Class CancelEventArgs
Cancel Event args
Inheritance
System.Object
CancelEventArgs
Namespace: Syncfusion.SfNavigationDrawer.iOS
Assembly: Syncfusion.SfNavigationDrawer.iOS.dll
Syntax
public class CancelEventArgs : EventArgs
Constructors
CancelEventArgs()
Declaration
public CancelEventArgs()
Properties
Cancel
Gets or sets a value indicating whether true or false for Cancel Property.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
IsSecondaryDrawer
Gets or sets a value indicating whether true or false for Cancel Property.
Declaration
public bool IsSecondaryDrawer { get; set; }
Property Value
Type |
---|
System.Boolean |