Fires when the radial menu is expanded.
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.onexpand = listener;
instance.addEventListener("expand", listener, useCapture);
instance.removeEventListener("expand", listener, useCapture); |
Value
Type:
Function
See Also