| Interface | Description | |
|---|---|---|
| ITrigger | ITrigger is the interface objects must implement in order to participate in triggers. |
| Class | Description | |
|---|---|---|
| EventTrigger | EventTrigger will listen to the specified event on the source and set the specified state when that event occurs. | |
| PropertyTrigger | Used for notification of a property change on a source object. | |
| Trigger | Trigger is the base class that other triggers extend from. |