Search
EditNodeTextEventArgs Members
Constructors Properties
 


Contains the arguments passed to the NodeTextEdited event handlers.

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

 Public Constructors

  Name Description

EditNodeTextEventArgs

Initializes a new instance of the EditNodeTextEventArgs class.

 Public Properties

  Name Description

Label

Gets or sets a NodeLabel related to this event.

NewText

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

Node

Gets the node whose text has been edited.

OldText

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

 See Also