WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCancelEventArgs

    Show / Hide Table of Contents

    Class GridCancelEventArgs

    Provides data for cancelable events in SfDataGrid.

    Inheritance
    System.Object
    GridCancelEventArgs
    AutoGeneratingColumnArgs
    AutoGeneratingRelationsArgs
    CurrentCellActivatingEventArgs
    CurrentCellBeginEditEventArgs
    DataGridDetailsViewExcelExportOptions
    GridDetailsViewCollapsingEventArgs
    GridDetailsViewExpandingEventArgs
    GroupChangingEventArgs
    QueryColumnDraggingEventArgs
    RecordDeletingEventArgs
    GridCopyPasteCellEventArgs
    GridCopyPasteEventArgs
    GridSelectionChangingEventArgs
    GridSortColumnsChangingEventArgs
    ResizingColumnsEventArgs
    TreeGridAutoGeneratingColumnEventArgs
    TreeGridCopyPasteCellEventArgs
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridCancelEventArgs : CancelEventArgs

    Constructors

    GridCancelEventArgs(Object)

    Initializes a new instance of GridCancelEventArgs class.

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

    The original reporting source that raised the event.

    Properties

    OriginalSender

    The original reporting source that raised the event.

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