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