Click or drag to resize
EndEditingEventArgs Properties

The EndEditingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCol
Gets or sets the column index of the cell.
(Inherited from CellEventArgs.)
Public propertyIsValid
Gets or sets a value indicating whether or not the contents of the current cell are valid.
Public propertyRow
Gets or sets the row index of the cell.
(Inherited from CellEventArgs.)
Public propertyValue
Gets or sets the contents of the current cell.
Top
See Also