Windows apps
Collapse the table of content
Expand the table of content

SplitView.onafterhide event

[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

SynchronousNo
BubblesYes
CancelableNo

 

Event handler parameters

eventInfo

Type: Event

An object that contains information about the event.

Requirements

Namespace

WinJS.UI

Library

Winjs.js

See also

SplitView

 

 

Show:
© 2017 Microsoft