Wimark.Controls Class Library  

TreeView.AfterEdit Event

Occurs after the value and text of a tree node is edited.

[Visual Basic]
Public Event AfterEdit As TreeViewAfterEditEventHandler 
[C#]
public event TreeViewAfterEditEventHandler AfterEdit;
[C++]
public: __event TreeViewAfterEditEventHandler* AfterEdit;

Event Data

The event handler receives an argument of type TreeViewAfterEditEventArgs containing data related to this event. The following TreeViewAfterEditEventArgs property provides information specific to this event.

Property Description
Action Gets the type of action that raised the event.
Cancel Gets or sets a value indicating whether the event should be canceled.
NewLabel Gets the new text to associate with the tree node.
NewValue Gets the new value to associate with the tree node.
Node Gets the tree node that has been edited.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeView Class | TreeView Members | Wimark.Controls Namespace