Class OpeningEventArgs
Occurs when the first level menu that starts to expanding to open.
Inheritance
System.Object
OpeningEventArgs
Namespace: Syncfusion.SfRadialMenu.Android
Assembly: Syncfusion.SfRadialMenu.Android.dll
Syntax
public class OpeningEventArgs : EventArgs
Constructors
OpeningEventArgs()
Declaration
public OpeningEventArgs()
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 |