Class GridCurrentCellActivateFailedEventArgs
Provides data about the CurrentCellActivateFailed event.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCurrentCellActivateFailedEventArgs : SyncfusionRoutedEventArgs
Remarks
The GridCurrentCellActivateFailedEventArgs is a custom event argument class used by the GridCurrentCell.CurrentCellActivateFailed"/> event that notifies you that the current cell could not be activated at the specified cell position.
Constructors
GridCurrentCellActivateFailedEventArgs(RowColumnIndex, RoutedEvent, Object)
Initalizes a new object.
Declaration
public GridCurrentCellActivateFailedEventArgs(RowColumnIndex cellRowColumnIndex, RoutedEvent routedEvent, object source)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | The current cell's row and column indices as RowColumnIndex. |
System.Windows.RoutedEvent | routedEvent | The routed event. |
System.Object | source | The event source. |
Properties
CellRowColumnIndex
The row and column indices of current cell.
Declaration
[TraceProperty(true)]
public RowColumnIndex CellRowColumnIndex { get; set; }
Property Value
Type |
---|
RowColumnIndex |