WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCancelEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCancelEventArgs

    Provides data for a cancellable event.

    Inheritance
    System.Object
    System.EventArgs
    GridCancelEventArgs
    CellCommentOpeningEventArgs
    CellTooltipOpeningEventArgs
    CurrentCellActivatingEventArgs
    CurrentCellBeginEditEventArgs
    CurrentCellValidatingEventArgs
    GridCellClickEventArgs
    ResizingColumnsEventArgs
    ResizingRowsEventArgs
    SelectionChangingEventArgs
    GraphicSelectionChangingEventArgs
    CommandExecutingEventArgs
    SpreadsheetCopyingEventArgs
    SpreadsheetPastingEventArgs
    WorkbookCreatingEventArgs
    ZoomFactorChangingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class GridCancelEventArgs : EventArgs

    Constructors

    GridCancelEventArgs()

    Overloaded. Initializes a new instance of the GridCancelEventArgs class.

    Declaration
    public GridCancelEventArgs()

    GridCancelEventArgs(Boolean)

    Initializes a new instance of the GridCancelEventArgs class with the Cancel property set to the given value.

    Declaration
    public GridCancelEventArgs(bool cancel)
    Parameters
    Type Name Description
    System.Boolean cancel

    Properties

    Cancel

    Gets or sets a value indicating whether to allow or cancel the event.

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

    True or False.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved