Class ToggledEventArgs
Represents custom EventArgs for toggle-related events, extending System.EventArgs.
Inheritance
System.Object
ToggledEventArgs
Namespace: Syncfusion.Maui.NavigationDrawer
Assembly: Syncfusion.Maui.NavigationDrawer.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 |