menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridCurrentCellActivatingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridCurrentCellActivatingEventArgs

    Provides data for the CurrentCellActivating event.

    Inheritance
    System.Object
    DataGridCurrentCellActivatingEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridCurrentCellActivatingEventArgs : CancelEventArgs

    Constructors

    DataGridCurrentCellActivatingEventArgs()

    Initializes a new instance of the DataGridCurrentCellActivatingEventArgs class.

    Declaration
    public DataGridCurrentCellActivatingEventArgs()

    Properties

    NewRowColumnIndex

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

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

    OldRowColumnIndex

    Gets the coordinates of the previously activated cell.

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