menu

UWP

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

    Show / Hide Table of Contents

    Class CurrentCellActivatingEventArgs

    Provides data for CurrentCellActivating event.

    Inheritance
    System.Object
    GridCancelEventArgs
    CurrentCellActivatingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class CurrentCellActivatingEventArgs : GridCancelEventArgs

    Constructors

    CurrentCellActivatingEventArgs(Object)

    Initializes a new instance of CurrentCellActivatingEventArgs class.

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

    The source of the event.

    Properties

    ActivationTrigger

    Gets the ActivationTrigger that indicates whether the current cell is activated either by device or programmatic.

    Declaration
    public ActivationTrigger ActivationTrigger { get; }
    Property Value
    Type Description
    ActivationTrigger

    One of the ActivationTrigger that specifies how the current cell is activated.

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved