FrameworkContentElement.LoadedEvent Field

Definition

Identifies the Loaded Routed Events Overview.

public: static initonly System::Windows::RoutedEvent ^ LoadedEvent;
public static readonly System.Windows.RoutedEvent LoadedEvent;
 staticval mutable LoadedEvent : System.Windows.RoutedEvent
Public Shared ReadOnly LoadedEvent As RoutedEvent 

Field Value

Remarks

Event identifier objects are created when routed events are registered (see RegisterRoutedEvent) and can then be used to add class handlers (see RegisterClassHandler). Identifier objects contain an identifying name, owner type, handler type, routing strategy, and a utility method for adding owners for the event.

Applies to