menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ToggledEventArgs

    The ToggledEventArgs class represents the event arguments for the Toggled event.

    Inheritance
    System.Object
    ToggledEventArgs
    Namespace: Syncfusion.SfNavigationDrawer.XForms
    Assembly: Syncfusion.SfNavigationDrawer.XForms.dll
    Syntax
    public class ToggledEventArgs : EventArgs

    Constructors

    ToggledEventArgs()

    Declaration
    public ToggledEventArgs()

    Properties

    IsOpen

    Gets a value indicating whether the drawer is opened or closed in the ToggledEventArgs class.

    Declaration
    public bool IsOpen { get; }
    Property Value
    Type
    System.Boolean

    IsSecondaryDrawer

    Gets a value indicating whether drawer is secondary or default drawer in the ToggledEventArgs class.

    Declaration
    public bool IsSecondaryDrawer { get; }
    Property Value
    Type
    System.Boolean

    Sender

    Gets the source element in the ToggledEventArgs class.

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