| EventData Constructor (String, Double) |
Initializes a new instance of the
EventData class
Namespace:
Dynamicweb.Tracking
Assembly:
Dynamicweb.Tracking (in Dynamicweb.Tracking.dll) Version: 1.0.3
Syntax public EventData(
string name,
double value
)
Public Sub New (
name As String,
value As Double
)
Parameters
- name
- Type: SystemString
- value
- Type: SystemDouble
See Also