FrameworkContentElement.UnloadedEvent Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the UnloadedRouted Events Overview.
public: static initonly System::Windows::RoutedEvent ^ UnloadedEvent;
public static readonly System.Windows.RoutedEvent UnloadedEvent;
staticval mutable UnloadedEvent : System.Windows.RoutedEvent
Public Shared ReadOnly UnloadedEvent 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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.