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 (Int32, String)

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( _
   ByVal item As Integer, _
   ByVal label As String _
)
[C#]
public LabelEditEventArgs(
   int item,
   string label
);
[C++]
public: LabelEditEventArgs(
   int item,
   String* label
);
[JScript]
public function LabelEditEventArgs(
   item : int,
   label : String
);

Parameters

item
[To be supplied.]
label
[To be supplied.]

Remarks

You can use this constructor when raising the LabelEdit event at run time to specify a list item in the ListView to edit. The constructor also enables you to specify the new text associated with the label of the ListItem.

See Also

LabelEditEventArgs Class | LabelEditEventArgs Members | System.WinForms Namespace | LabelEditEventArgs Constructor Overload List