Search
CellEventArgs Properties
 


 Public Properties

  Name Description

cancel

Gets or sets a value indicating whether to allow the current operation. (Inherited from CancelEventArgs.)

cell

Gets the cell related to the event.

context

Gets the canvas rendering context.

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

mouseButton

Gets which mouse button has been pressed.

newText

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

oldText

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

 See Also