INGEAR.NET.Logix

 

ControllerEventArgs Members

ControllerEventArgs overview

Public Instance Constructors

ControllerEventArgs Constructor ControllerEventArgs are passed to the Controller Action event.

Public Instance Properties

ErrorCode Numeric error related to the Controller operations
ErrorString String description of the error related to the Controller operation.
EventID Numeric identification of the operation that invoked the event.
EventName String description of the operation that invoked the event.
MyObject Reference to a user-supplied object.
TimeStamp Date Time Controller operation occurred.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ControllerEventArgs Class | Logix Namespace