UWP

  • 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
    ChildGridPdfExportingEventArgs
    GridChildExportingEventArgs
    CurrentCellActivatingEventArgs
    CurrentCellBeginEditEventArgs
    GridCopyPasteCellEventArgs
    GridCopyPasteEventArgs
    GridDetailsViewCollapsingEventArgs
    GridDetailsViewExpandingEventArgs
    GridSelectionChangingEventArgs
    GridSortColumnsChangingEventArgs
    GroupChangingEventArgs
    QueryColumnDraggingEventArgs
    RecordDeletingEventArgs
    ResizingColumnsEventArgs
    TreeGridAutoGeneratingColumnEventArgs
    TreeGridCopyPasteCellEventArgs
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved