Class DrawerEventArgs
Provides data for drawer open and close events.
Inheritance
System.Object
DrawerEventArgs
Namespace: Syncfusion.Maui.NavigationDrawer
Assembly: Syncfusion.Maui.NavigationDrawer.dll
Syntax
public sealed class DrawerEventArgs : EventArgs
Constructors
DrawerEventArgs(Boolean)
Initializes a new instance of the DrawerEventArgs class.
Declaration
public DrawerEventArgs(bool isPrimary)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isPrimary | True if the event is for the primary drawer, otherwise false. |
Properties
IsPrimary
Gets a value indicating whether the event originated from the primary drawer.
Declaration
public bool IsPrimary { get; }
Property Value
| Type |
|---|
| System.Boolean |