A Sandcastle Documented Class Library
TriggerEventArgs Class |
Arguments for when a trigger event occurs.
Inheritance Hierarchy
Namespace: Tego.Devices
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
The TriggerEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TriggerEventArgs | Represents a trigger event. |
Properties
Name | Description | |
---|---|---|
TriggerID | ID number of trigger which was pulled or released. | |
TriggerIsPulled | Gets whether the trigger that caused the event to be raised is currently pulled. |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also