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 Class

Provides data for the LabelEdit event.

Object
   EventArgs
      LabelEditEventArgs

[Visual Basic]
Public Class LabelEditEventArgs
   Inherits EventArgs
[C#]
public class LabelEditEventArgs : EventArgs
[C++]
public __gc class LabelEditEventArgs : public EventArgs
[JScript]
public class LabelEditEventArgs extends EventArgs

Remarks

A LabelEditEventArgs specifies the index and caption of a ListItem and the caption after it has been edited by the user. This class also provides the CancelEdit property, which enables code in an event handler for the LabelEdit event to cancel the changes made to the label by the user.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

LabelEditEventArgs Members | System.WinForms Namespace | ListView | ListItem