Class CancelEventArgs
Represent the event for cancel event.
Inheritance
System.Object
CancelEventArgs
Namespace: Com.Syncfusion.Navigationdrawer
Assembly: Syncfusion.SfNavigationDrawer.Android.dll
Syntax
public class CancelEventArgs : EventArgs
Constructors
CancelEventArgs()
Declaration
public CancelEventArgs()
Properties
Cancel
Gets or sets a value indicating whether a boolean property.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
IsSecondaryDrawer
Gets or sets a value indicating whether a boolean property for secondary drawer.
Declaration
public bool IsSecondaryDrawer { get; set; }
Property Value
Type |
---|
System.Boolean |