Class NavigatingEventArgs
Occurs when a Radial Menu item tapped to starts navigating to its next hierarchy level or Center back button is tapped to starts navigating to previous hierarchy level. Its occurs only an item that has children
Inheritance
System.Object
NavigatingEventArgs
Namespace: Syncfusion.SfRadialMenu.Android
Assembly: Syncfusion.SfRadialMenu.Android.dll
Syntax
public class NavigatingEventArgs : EventArgs
Constructors
NavigatingEventArgs()
Declaration
public NavigatingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the value of Cancel property.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |