menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToggledEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToggledEventArgs

    Represent the event for toggle event.

    Inheritance
    System.Object
    ToggledEventArgs
    Namespace: Com.Syncfusion.Navigationdrawer
    Assembly: Syncfusion.SfNavigationDrawer.Android.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

    IsSecondaryDrawer

    Gets or sets a value indicating whether a boolean property for secondary drawer.

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