4.275 EventTrigger

x:Object > DependencyObject > TriggerBase > EventTrigger
EventTrigger
(usage)
<EventTrigger> TriggerAction* </EventTrigger>
(description)
Represents a trigger that applies a set of actions in response to an event.
[content property]
Actions
(properties)
Actions
TriggerActionCollection
(description)
The collection of actions to apply when the event occurs.
[read only]
true
RoutedEvent
RoutedEvent
(description)
The RoutedEvent that will activate this trigger.
SourceName
x:String
(description)
The name of the object with the event that activates this trigger. This is only used by element triggers or template triggers.