Click or drag to resize

OperatingModeChangedEventArgsNewOperatingMode Property

Gets the new ControllerOperatingMode of the controller.

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public ControllerOperatingMode NewOperatingMode { get; }

Property Value

Type: ControllerOperatingMode
The new ControllerOperatingMode that caused the event.
See Also