oninvoked event
Collapse the table of content
Expand the table of content

SplitViewPaneToggle.oninvoked event

Applies to Windows and Windows Phone

Raised when the SplitViewPaneToggle is invoked.

Syntax


<div data-win-control="WinJS.UI.SplitViewPaneToggle" data-win-options="{oninvoked : handler}" />


function handler(eventInfo) { /* Your code */ }
 
// addEventListener syntax
splitViewPaneToggle.addEventListener("invoked", handler);
splitViewPaneToggle.removeEventListener("invoked", handler);


Event information

SynchronousNo
BubblesYes
CancelableYes

 

Event handler parameters

eventInfo

Type: Event

An object that contains information about the event.

Requirements

Minimum WinJS version

WinJS 4.0

Namespace

WinJS.UI

See also

SplitViewPaneToggle

 

 

Show:
© 2017 Microsoft