Methods | Fields | This Package | All Packages
Provides data for the afterLabelEdit event and the beforeLabelEdit event of a TreeView control.
Event
|
+--NodeLabelEditEvent
package com.ms.wfc.ui
public class NodeLabelEditEvent
extends Event
Remarks
The afterLabelEdit event occurs when the user finishes editing the text for a tree node. The beforeLabelEdit event occurs when the user begins editing the text for a tree node. A NodeLabelEditEvent object specifies the new text to associate with the tree node, the tree node that contains the text to edit, and whether the edit operation has been canceled.
For information about the WFC event model, see Handling Events in WFC.