Search
CellValidationEventArgs Properties
 


 Public Properties

  Name Description

Cancel

Gets or sets a value indicating whether to prevent the user from completing the operation.

Cell

Get the cell for which the event is raised. (Inherited from CellEventArgs.)

Column

Gets the index of the table's column that contains Cell. (Inherited from CellEventArgs.)

Position

Gets the location related to the event. (Inherited from CellEventArgs.)

Row

Gets the index of the table's row that contains Cell. (Inherited from CellEventArgs.)

Table

Get the table that contains Cell. (Inherited from CellEventArgs.)

 See Also