Class ControllerEventArgs
Base class of all event args from the controller since they always contain a timestamp of the event.
Inheritance
System.Object
System.EventArgs
ControllerEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public abstract class ControllerEventArgs : EventArgs
Constructors
ControllerEventArgs()
Initializes a new instance of the ControllerEventArgs class.
Declaration
protected ControllerEventArgs()
Properties
Time
Gets the time when event occurs
Declaration
public DateTime Time { get; }
Property Value
Type | Description |
---|---|
System.DateTime | Timestamp |