Fires when the user navigates to another menu view.
Namespace: Telerik.UIAssembly: (in WinJS.exe) Version:
Syntax
JavaScript |
---|
//listener is the event handler function, useCapture is a boolean indicating whether to capture the event
instance.onnavigate = listener;
instance.addEventListener("navigate", listener, useCapture);
instance.removeEventListener("navigate", listener, useCapture); |
Value
Type:
Function
See Also