DroidDiagram Programmer's Guide
CellValidationEvent Members
Constructors Methods
 


Contains the arguments passed to event handlers, such as CellTextEditing.

The following tables list the members exposed by the CellValidationEvent type.

 Public Constructors

  Name Description

CellValidationEvent

Initializes a new instance of the CellValidationEvent class.

 Public Methods

  Name Description

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.)

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

CellValidationEvent Class
com.mindfusion.diagramming Namespace