Click or drag to resize

DataValueChangedEventArgs Constructor

Initializes a new instance of the DataValueChangedEventArgs class with the new state.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public DataValueChangedEventArgs(
	DateTime time
)

Parameters

time
Type: SystemDateTime
Time stamp of the event.
See Also