NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LabelEditEventArgs Constructor

Initializes a new instance of the LabelEditEventArgs class.

Overload List

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);

See Also

LabelEditEventArgs Class | LabelEditEventArgs Members | System.WinForms Namespace