Class ToggledEventArgs
Represent the event for toggle event.
Inheritance
System.Object
ToggledEventArgs
Namespace: Com.Syncfusion.Navigationdrawer
Assembly: Syncfusion.SfNavigationDrawer.Android.dll
Syntax
public class ToggledEventArgs : EventArgs
Constructors
ToggledEventArgs()
Declaration
public ToggledEventArgs()
Properties
IsOpen
Gets a value indicating whether a boolean property.
Declaration
public bool IsOpen { get; }
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 |