Occurs after the AppBar is shown.
Syntax
function handler(eventInfo) { /* Your code */ } // addEventListener syntax appBar.addEventListener("aftershow", handler); appBar.removeEventListener("aftershow", handler); - or - appBar.onaftershow = handler;
Event information
| Synchronous | No |
|---|---|
| Bubbles | Yes |
| Cancelable | Yes |
Event handler parameters
- eventInfo
-
Type: Event
An object that contains information about the event.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.UI |
|
Library |
|
See also
Build date: 12/5/2012