Class DrawerCancelEventArgs
Provides data for drawer opening and closing events that can be canceled.
Inheritance
System.Object
DrawerCancelEventArgs
Namespace: Syncfusion.Maui.NavigationDrawer
Assembly: Syncfusion.Maui.NavigationDrawer.dll
Syntax
public sealed class DrawerCancelEventArgs : CancelEventArgs
Constructors
DrawerCancelEventArgs(Boolean)
Provides data for drawer opening and closing events that can be canceled.
Declaration
public DrawerCancelEventArgs(bool isPrimary)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isPrimary |
Properties
IsPrimary
Gets a value indicating whether the event originated from the primary drawer.
Declaration
public bool IsPrimary { get; }
Property Value
| Type |
|---|
| System.Boolean |