Xamarin.Android

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

    Show / Hide Table of Contents

    Class CancelEventArgs

    Represent the event for cancel event.

    Inheritance
    System.Object
    CancelEventArgs
    Namespace: Com.Syncfusion.Navigationdrawer
    Assembly: Syncfusion.SfNavigationDrawer.Android.dll
    Syntax
    public class CancelEventArgs : EventArgs

    Constructors

    CancelEventArgs()

    Declaration
    public CancelEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether a boolean property.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved