Class ToggledEventArgs
Cancel Event args
Inheritance
System.Object
ToggledEventArgs
Namespace: Syncfusion.SfNavigationDrawer.iOS
Assembly: Syncfusion.SfNavigationDrawer.iOS.dll
Syntax
public class ToggledEventArgs : EventArgs
Constructors
ToggledEventArgs()
Declaration
public ToggledEventArgs()
Properties
IsOpen
Gets or sets a value indicating whether true or false for Cancel Property.
Declaration
public bool IsOpen { 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 |