EventTrigger Properties
.NET Framework 3.5
The EventTrigger type exposes the following members.
| Name | Description | |
|---|---|---|
|
Actions | Gets the collection of actions to apply when the event occurs. |
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
EnterActions | Gets a collection of TriggerAction objects to apply when the trigger object becomes active. This property does not apply to the EventTrigger class. (Inherited from TriggerBase.) |
|
ExitActions | Gets a collection of TriggerAction objects to apply when the trigger object becomes inactive. This property does not apply to the EventTrigger class. (Inherited from TriggerBase.) |
|
IsSealed | Gets a value that declares whether this instance is currently read-only. (Inherited from DependencyObject.) |
|
RoutedEvent | Gets or sets the RoutedEvent that will activate this trigger. |
|
SourceName | Gets or sets the name of the object with the event that activates this trigger. This is only used by element triggers or template triggers. |