alexa
menu

Document Processing

    Show / Hide Table of Contents

    GridCancelEventArgs Class

    Provides data for a cancellable event.

    Inheritance
    System.Object
    GridCancelEventArgs
    CellCommentOpeningEventArgs
    CellTooltipOpeningEventArgs
    CurrentCellActivatingEventArgs
    CurrentCellBeginEditEventArgs
    CurrentCellValidatingEventArgs
    GridCellClickEventArgs
    ResizingColumnsEventArgs
    ResizingRowsEventArgs
    SelectionChangingEventArgs
    GraphicSelectionChangingEventArgs
    CommandExecutingEventArgs
    SpreadsheetCopyingEventArgs
    SpreadsheetPastingEventArgs
    WorkbookCreatingEventArgs
    ZoomFactorChangingEventArgs
    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 - 2025 Syncfusion Inc. All Rights Reserved