Search
CellEventArgs Members
Constructors Properties Methods
 


Contains the arguments passed to handlers of table cell -related events.

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

 Public Constructors

  Name Description

CellEventArgs

Initializes a new instance of the CellEventArgs class.

 Public Properties

  Name Description

cell

Gets the cell related to the event.

column

Gets the column index of the cell related to the event.

context

Gets the canvas rendering context.

mouseButton

Gets which mouse button has been pressed.

newText

Gets the text that has just been entered by the user.

node

Gets the node related to the event.

oldText

Gets the text that had been displayed in the node before the user edited it.

row

Gets the row index of the cell related to the event.

 Public Methods

  Name Description

cancelDrag

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

 See Also