Click or drag to resize

StateChangedEventArgsNewState Property

Gets the new ControllerState of the controller.

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

Property Value

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