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