EventTrigger.RoutedEvent Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the name of the event that initiates the trigger.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
In XAML you specify this as a string. In code, pass the identifier (a RoutedEvent value). The only supported value in is Loaded/FrameworkElement.LoadedEvent.
See Remarks in EventTrigger regarding limitations on event triggers and which events can initiate a trigger.
Show: