IsLoaded Property
Collapse the table of content
Expand the table of content

SilverlightHost.IsLoaded Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that indicates whether the application has finished loading.

Namespace:  System.Windows.Interop
Assembly:  System.Windows (in System.Windows.dll)

public bool IsLoaded { get; }

Property Value

Type: System.Boolean
true if the application has finished loading; otherwise, false.

If the app reports IsLoaded as true, then all specific Loaded events of the application object model have occurred, and it is ready for interaction.

The IsLoaded property is set to true after the XAML content in the application has completely loaded, but before the OnLoad event occurs.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft