Class CancelEventArgs
The CancelEventArgs class represents the event arguments for the canceled event.
Inheritance
System.Object
CancelEventArgs
Namespace: Syncfusion.SfNavigationDrawer.XForms
Assembly: Syncfusion.SfNavigationDrawer.XForms.dll
Syntax
public class CancelEventArgs : EventArgs
Constructors
CancelEventArgs()
Declaration
public CancelEventArgs()
Properties
Cancel
Gets or sets a value indicating whether gets or sets the cancel of swiping in the SfNavigationDrawer control.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
IsSecondaryDrawer
Gets a value indicating whether the drawer is secondary or default drawer in the SfNavigationDrawer control.
Declaration
public bool IsSecondaryDrawer { get; }
Property Value
Type |
---|
System.Boolean |