alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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

    IsPrimary

    Gets or sets a value indicating whether the event is raised for the primary drawer. True if the event is for the primary drawer; false for the secondary drawer.

    Declaration
    public bool IsPrimary { get; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved