onafterclose event

SplitView.onafterclose event

Applies to Windows and Windows Phone

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

SynchronousNo
BubblesYes
CancelableNo

 

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

See also

SplitView

 

 

Show:
© 2017 Microsoft