Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised immediately after the pane is closed.
Syntax
function handler(eventInfo) { /* Your code */ }
// addEventListener syntax
splitView.addEventListener("afterclose", handler);
splitView.removeEventListener("afterclose", handler);
- or -
splitView.onafterclose = handler;
Event information
Synchronous | No |
Bubbles | Yes |
Cancelable | No |
Event handler parameters
eventInfo
Type: Event**An object that contains information about the event.
Remarks
This event replaces the onafterhide event.
Requirements
Minimum WinJS version |
WinJS 4.0-Preview |
Namespace |
WinJS.UI |