menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridEventArgs

    Serves as a base class for the event argument classes in a SfDataGrid control.

    Inheritance
    System.Object
    GridEventArgs
    CurrentCellActivatedEventArgs
    CurrentCellDropDownSelectionChangedEventArgs
    GridHandledEventArgs
    GridUnboundColumnEventsArgs
    GroupChangedEventArgs
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class GridEventArgs : EventArgs

    Constructors

    GridEventArgs(Object)

    Initializes a new instance of the GridEventArgs class using the specified sender.

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

    The original sender 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved