Search
TreeItemEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of tree view items -related events.

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

 Public Constructors

  Name Description

TreeItemEventArgs

Initializes a new instance of the TreeItemEventArgs class.

 Public Properties

  Name Description

cancel

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

context

Gets the canvas rendering context.

handled

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

item

Gets the item related to the event.

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.

 See Also