Wimark.Controls Class Library  

ListView.AfterLabelEdit Event

Occurs when the label for an item is edited by the user.

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

Event Data

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

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.
Item The item that is edited.
NewLabel Gets the new text to associate with the item.
NewValue Gets the new value to associate with the item.

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

ListView Class | ListView Members | Wimark.Controls Namespace