Initializes a new instance of the LabelEditEventArgs class.
Initializes a new instance of the LabelEditEventArgs class with the specified index to the ListItem to edit.
[Visual Basic] Overloads Public Sub New(Integer)
[C#] public LabelEditEventArgs(int);
[C++] public: LabelEditEventArgs(int);
[JScript] public function LabelEditEventArgs(int);
Initializes a new instance of the LabelEditEventArgs class with the specified index to the ListItem being edited and the new text for the label of the ListItem.
[Visual Basic] Overloads Public Sub New(Integer, String)
[C#] public LabelEditEventArgs(int, String);
[C++] public: LabelEditEventArgs(int, String);
[JScript] public function LabelEditEventArgs(int, String);
LabelEditEventArgs Class | LabelEditEventArgs Members | System.WinForms Namespace