Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCancelEventArgs - Xamarin.iOS API Reference | Syncfusion SfDataGrid control. ">

    Show / Hide Table of Contents

    Class GridCancelEventArgs

    Serves as a base class for the event argument classes that can cancel the event handling in a SfDataGrid control.

    Inheritance
    System.Object
    GridCancelEventArgs
    AutoGeneratingColumnEventArgs
    CurrentCellActivatingEventArgs
    GridCurrentCellBeginEditEventArgs
    GridCurrentCellEndEditEventArgs
    GridResizingEventArgs
    GroupChangingEventArgs
    QueryColumnDraggingEventArgs
    QueryRowDraggingEventArgs
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class GridCancelEventArgs : CancelEventArgs

    Constructors

    GridCancelEventArgs(Object)

    Initializes a new instance of the GridCancelEventArgs class with the original sender.

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

    The original reporting source that raises the event.

    Properties

    OriginalSender

    Gets the original reporting source that raising this event.

    Declaration
    public object OriginalSender { get; }
    Property Value
    Type Description
    System.Object

    The reporting source that raises the event.

    See Also

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