Click or drag to resize
EndEditingEventArgs Constructor
Initializes a new EndEditingEventArgs object for a given cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public EndEditingEventArgs(
	uint row,
	uint col
)

Parameters

row
Type: SystemUInt32
The row index of the cell.
col
Type: SystemUInt32
The column index of the cell.
See Also