Class GridCurrentCellDeactivatedEventArgs
Provides data about the CurrentCellDeactivated event.
Inheritance
System.Object
GridCurrentCellDeactivatedEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCurrentCellDeactivatedEventArgs : GridCellEventArgs
Remarks
The GridCurrentCellDeactivatedEventArgs is a custom event argument class used by the CurrentCellDeactivated event that notifies you that the current cell has been deactivated at the specified cell position.
Constructors
GridCurrentCellDeactivatedEventArgs(RowColumnIndex, RoutedEvent, Object)
Initalizes a new object.
Declaration
public GridCurrentCellDeactivatedEventArgs(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. |