menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class CancelEventArgs

    The CancelEventArgs class represents the event arguments for the canceled event.

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

    Constructors

    CancelEventArgs()

    Declaration
    public CancelEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether gets or sets the cancel of swiping in the SfNavigationDrawer control.

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

    IsSecondaryDrawer

    Gets a value indicating whether the drawer is secondary or default drawer in the SfNavigationDrawer control.

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