menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class CurrentCellActivatedEventArgs

    Provides data for CurrentCellActivated event.

    Inheritance
    System.Object
    GridEventArgs
    CurrentCellActivatedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class CurrentCellActivatedEventArgs : GridEventArgs

    Constructors

    CurrentCellActivatedEventArgs(Object)

    Initializes a new instance of the CurrentCellActivatedEventArgs class.

    Declaration
    public CurrentCellActivatedEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    CurrentRowColumnIndex

    Gets the RowColumnIndex of currently active cell.

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

    The corresponding RowColumnIndex of the currently active cell.

    PreviousRowColumnIndex

    Gets the RowColumnIndex of previously active cell.

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

    The corresponding RowColumnIndex of previously active cell.

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