ControllerEventArgs
Constructor |
ControllerEventArgs are passed to the Controller Action event. |
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. |
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. |
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. |
ControllerEventArgs Class | Logix Namespace