Click or drag to resize

StateChangedEventArgs Constructor

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

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public StateChangedEventArgs(
	ControllerState newState,
	DateTime time
)

Parameters

newState
Type: ABB.Robotics.ControllersControllerState
New state of the Controller.
time
Type: SystemDateTime
Time stamp of the event.
See Also