WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SyncfusionAllowCancelEventArgs - WindowsForms API Reference | Syncfusion AllowCancel property. ">

    Show / Hide Table of Contents

    Class SyncfusionAllowCancelEventArgs

    Represents the base class for EventArgs with an AllowCancel property.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    SyncfusionAllowCancelEventArgs
    DisplayElementChangingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class SyncfusionAllowCancelEventArgs : SyncfusionCancelEventArgs

    Constructors

    SyncfusionAllowCancelEventArgs()

    Declaration
    public SyncfusionAllowCancelEventArgs()

    Properties

    AllowCancel

    Gets or sets the value that indicates whether the event supports canceling the current operation that raised the event or not.

    Declaration
    [TraceProperty(true)]
    public bool AllowCancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved