Search
CellValidationEvent Methods
 


 Public Methods

  Name Description

cancelDrag

 

getCancel

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

getCell

Gets a reference to the cell related to the event. (Inherited from CellEvent.)

getColumn

Gets the index of the cell column. (Inherited from CellEvent.)

getMouseButton

Gets the mouse button related to the event. (Inherited from CellEvent.)

getPointerPosition

Gets the pointer position. (Inherited from CellEvent.)

getRow

Gets the index of the cell row. (Inherited from CellEvent.)

getTable

Gets a reference to the table related to this event. (Inherited from CellEvent.)

setCancel

Sets a value indicating whether to prevent the user from completing the operation.

 See Also