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.
Removes an event listener from the control.
Syntax
WinJS.Navigation.removeEventListener(eventType, listener, useCapture);
Parameters
eventType
Type: StringThe type (name) of the event.
listener
Type: FunctionThe listener to remove.
useCapture
Type: BooleanSpecifies whether or not to initiate capture.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Navigation |
See also
For developers
Your first app - Part 3: PageControl objects and navigation
Quickstart: Using single-page navigation
Quickstart: Adding a nav bar (NavBar)
Quickstart: Using a hub control for layout and navigation
Navigation and navigation history sample
For designers
Top app bar
Guidelines for the hub control
Guidelines for app bars