Search
CellValidationEventArgs Members
Constructors Properties Methods
 


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

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

 Public Constructors

  Name Description

CellValidationEventArgs

Initializes a new instance of the CellValidationEventArgs class.

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

MouseButton

Gets which mouse button has been pressed. (Inherited from CellEventArgs.)

MousePosition

Gets the current mouse pointer position. (Inherited from CellEventArgs.)

PreventNodeEvent

Gets or sets whether to prevent node event from being raised after cell's one. (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.)

 Public Methods

  Name Description

CancelDrag

Cancels the resize of the node's row or column.

 See Also