Gets or sets the owning object type and routed event name that will activate this trigger. Only the Loaded event is supported.
| XAML |
<object RoutedEvent="parentObjectType.Loaded" .../> |
| Scripting | value = object.routedEvent object.RoutedEvent = "parentObjectType.Loaded" |
Terms
| Term | Definition |
| parentObjectType | The type of object to which this EventTrigger belongs, such as "Rectangle" or "Canvas." |
Property Value
string
The RoutedEvent that will activate this trigger.
This property is read/write. The default value is an empty string.
Applies To
EventTrigger
See Also
Interactive Animations Overview
Animation Overview
Loaded