Class ClosingEventArgs
Occurs when the first level menu that starts to collapsing to close.
Inheritance
System.Object
ClosingEventArgs
Namespace: Syncfusion.SfRadialMenu.Android
Assembly: Syncfusion.SfRadialMenu.Android.dll
Syntax
public class ClosingEventArgs : EventArgs
Constructors
ClosingEventArgs()
Declaration
public ClosingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether value of cancel property
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |