menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridCurrentCellActivatedEventArgs - API Reference

    Show / Hide Table of Contents

    Class DataGridCurrentCellActivatedEventArgs

    Provides data for the CurrentCellActivated event.

    Inheritance
    System.Object
    DataGridCurrentCellActivatedEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridCurrentCellActivatedEventArgs : EventArgs

    Constructors

    DataGridCurrentCellActivatedEventArgs()

    Initializes a new instance of the DataGridCurrentCellActivatedEventArgs class.

    Declaration
    public DataGridCurrentCellActivatedEventArgs()

    Properties

    NewRowColumnIndex

    Gets the coordinates of the cell which is newly being activated.

    Declaration
    public RowColumnIndex NewRowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    OldRowColumnIndex

    Gets the coordinates of the previously activated cell.

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