Class NavigatingEventArgs
It represents the arguments for NavigatingEventArgs.
Inheritance
System.Object
NavigatingEventArgs
Namespace: Syncfusion.SfRadialMenu.XForms
Assembly: Syncfusion.SfRadialMenu.XForms.dll
Syntax
public class NavigatingEventArgs : EventArgs
Constructors
NavigatingEventArgs()
Declaration
public NavigatingEventArgs()
Properties
Cancel
Gets or sets the cancel of Navigating item in control.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |