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.
[This documentation is preliminary and is subject to change.]
Raised immediately after the pane is hidden.
Syntax
function handler(eventInfo) { /* Your code */ }
// addEventListener syntax
splitView.addEventListener("afterhide", handler);
splitView.removeEventListener("afterhide", handler);
- or -
splitView.onafterhide = handler;
Event information
| Synchronous | No |
| Bubbles | Yes |
| Cancelable | No |
Event handler parameters
eventInfo
Type: EventAn object that contains information about the event.
Requirements
Namespace |
WinJS.UI |
Library |
Winjs.js |