Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 539 Bytes

frameworkelement_isloaded.md

File metadata and controls

28 lines (16 loc) · 539 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.FrameworkElement.IsLoaded
winrt property
RS5

Windows.UI.Xaml.FrameworkElement.IsLoaded

-description

Gets a value that indicates whether the element has been added to the element tree and is ready for interaction.

-property-value

true if the element has been added to the element tree and is ready for interaction; otherwise, false.

-remarks

-see-also

-examples