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)

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

Parameters

item
The zero-based index of the ListItem containing the label to edit.

Remarks

You can use this constructor when raising the LabelEdit event at run time to specify a specific list item in the ListView to edit.

See Also

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