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!

ListView.RemoveOnAfterLabelEdit

Removes the given handler for the afterLabelEdit event.

[Visual Basic]
Public Sub RemoveOnAfterLabelEdit( _
   ByVal handler As LabelEditEventHandler _
)
[C#]
public void RemoveOnAfterLabelEdit(
   LabelEditEventHandler handler
);
[C++]
public: void RemoveOnAfterLabelEdit(
   LabelEditEventHandler* handler
);
[JScript]
public function RemoveOnAfterLabelEdit(
   handler : LabelEditEventHandler
);

Parameters

handler
Event handler to be removed.

See Also

ListView Class | ListView Members | System.WinForms Namespace