menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class CurrentCellActivatingEventArgs

    Provides data for CurrentCellActivating event.

    Inheritance
    System.Object
    CancelEventArgs
    GridCancelEventArgs
    CurrentCellActivatingEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class CurrentCellActivatingEventArgs : GridCancelEventArgs

    Constructors

    CurrentCellActivatingEventArgs(Object)

    Initializes a new instance of the CurrentCellActivatingEventArgs class.

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

    The source of the event.

    Properties

    CurrentRowColumnIndex

    Gets and Returns 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 and Returns 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