alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved