menu

WinForms

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

    Show / Hide Table of Contents

    Class GridCancelEventArgs

    Provides data for cancelable events in SFDataGrid.

    Inheritance
    System.Object
    GridCancelEventArgs
    BusyIndicatorShowingEventArgs
    AutoGeneratingRelationsEventArgs
    CellButtonClickEventArgs
    CellCheckBoxClickEventArgs
    CellClickEventArgs
    CellCutCopyPasteEventArgs
    CellHyperlinkOpeningEventArgs
    ColumnDraggingEventArgs
    ColumnResizingEventArgs
    ContextMenuOpeningEventArgs
    CurrentCellActivatingEventArgs
    CurrentCellBeginEditEventArgs
    CutCopyPasteEventArgs
    DetailsViewCollapsingEventArgs
    DetailsViewExpandingEventArgs
    GroupChangingEventArgs
    PreviewRowCollapsingEventArgs
    PreviewRowExpandingEventArgs
    RecordDeletingEventArgs
    SelectionChangingEventArgs
    SortColumnsChangingEventArgs
    ToolTipOpeningEventArgs
    ValidationErrorToolTipOpeningEventArgs
    DataGridChildExportingEventArgs
    DataGridChildPdfExportingEventArgs
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class GridCancelEventArgs : CancelEventArgs

    Constructors

    GridCancelEventArgs(Object)

    Initializes a new instance of the GridCancelEventArgs class.

    Declaration
    protected GridCancelEventArgs(object originalSender)
    Parameters
    Type Name Description
    System.Object originalSender

    The original reporting source that raised the event.

    Properties

    OriginalSender

    Gets a value indicates the original reporting source that raised the event.

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