Class ToggledEventArgs
The ToggledEventArgs class represents the event arguments for the Toggled event.
Inheritance
System.Object
ToggledEventArgs
Namespace: Syncfusion.SfNavigationDrawer.XForms
Assembly: Syncfusion.SfNavigationDrawer.XForms.dll
Syntax
public class ToggledEventArgs : EventArgs
Constructors
ToggledEventArgs()
Declaration
public ToggledEventArgs()
Properties
IsOpen
Gets a value indicating whether the drawer is opened or closed in the ToggledEventArgs class.
Declaration
public bool IsOpen { get; }
Property Value
Type |
---|
System.Boolean |
IsSecondaryDrawer
Gets a value indicating whether drawer is secondary or default drawer in the ToggledEventArgs class.
Declaration
public bool IsSecondaryDrawer { get; }
Property Value
Type |
---|
System.Boolean |
Sender
Gets the source element in the ToggledEventArgs class.
Declaration
public object Sender { get; }
Property Value
Type |
---|
System.Object |