Initializes a new instance of the LabelEditEventArgs class with the specified index to the ListItem to edit.
[Visual Basic] Overloads Public Sub New( _ ByVal item As Integer _ ) [C#] public LabelEditEventArgs( int item ); [C++] public: LabelEditEventArgs( int item ); [JScript] public function LabelEditEventArgs( item : int );
You can use this constructor when raising the LabelEdit event at run time to specify a specific list item in the ListView to edit.
LabelEditEventArgs Class | LabelEditEventArgs Members | System.WinForms Namespace | LabelEditEventArgs Constructor Overload List