Fires when the app's splash screen is dismissed.
Syntax
function onDismissed(eventArgs) { /* Your code */ } // addEventListener syntax splashScreen.addEventListener("dismissed", onDismissed); splashScreen.removeEventListener("dismissed", onDismissed); - or - splashScreen.ondismissed = onDismissed;
Event information
| Delegate | TypedEventHandler<SplashScreen, Object> |
|---|
Remarks
When the dismissed event fires, the first view of your app is visible on the user's screen.
Avoid increasing the time required to load your app by using this event as a trigger to perform loading tasks (like loading network data) and animations.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
- Splash screen sample
- Quickstart: Adding a splash screen
- How to extend the splash screen
- Reference
- SplashScreen class
- Windows.ApplicationModel.Activation classes
Build date: 2/25/2013