Wimark.Controls Class Library  

ListViewAfterEditEventArgs Constructor

Initializes a new instance of the ListViewAfterEditEventArgs class for the specified item and new value.

[Visual Basic]
Public Sub New( _
   ByVal item As ListViewItem, _
   ByVal cancel As Boolean, _
   ByVal newValue As Object, _
   ByVal newLabel As String _
)
 
[C#]
public ListViewAfterEditEventArgs( 
   ListViewItem item, 
   bool cancel, 
   object newValue, 
   string newLabel 
);
[C++]
public: ListViewAfterEditEventArgs( 
   ListViewItem* item, 
   bool cancel, 
   Object* newValue, 
   String* newLabel 
);

Parameters

item
The item that is edited.
cancel
true to cancel the event; otherwise, false.
newValue
The new value to associate with the item.
newLabel
The new text 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

ListViewAfterEditEventArgs Class | ListViewAfterEditEventArgs Members | Wimark.Controls Namespace