Class CurrentCellActivatedEventArgs
Provides data for CurrentCellActivated event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class CurrentCellActivatedEventArgs : GridEventArgs
Constructors
CurrentCellActivatedEventArgs(Object)
Initializes a new instance of CurrentCellActivatedEventArgs class.
Declaration
public CurrentCellActivatedEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |
Properties
ActivationTrigger
Gets the ActivationTrigger that indicates how the current cell is activated.
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. |