Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 790 Bytes

frameworkelement_unloaded.md

File metadata and controls

28 lines (18 loc) · 790 Bytes
-api-id -api-type
E:Microsoft.UI.Xaml.FrameworkElement.Unloaded
winrt event

Microsoft.UI.Xaml.FrameworkElement.Unloaded

-description

Occurs when this object is no longer connected to the main object tree.

-xaml-syntax

<frameworkElement Unloaded="eventhandler"/>

-remarks

Although this event uses the RoutedEventHandler delegate and RoutedEventArgs as event data, the event is not truly a routed event. It can only be handled on the element that originates the event (in other words, the sender). OriginalSource in event data for this event is always null.

-examples

-see-also