Click or drag to resize

OperatingModeChangedEventArgs Constructor

Initializes a new instance of the OperatingModeChangedEventArgs class with the new operating mode.

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public OperatingModeChangedEventArgs(
	ControllerOperatingMode newOpMode,
	DateTime time
)

Parameters

newOpMode
Type: ABB.Robotics.ControllersControllerOperatingMode
New operating mode of the Controller.
time
Type: SystemDateTime
Time stamp of the event.
See Also