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!

CheckedListBox.RemoveOnItemCheck

Removes the given handler for the itemCheck event. If there are duplicate entries, ALL are removed.

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

Parameters

handler
Event handler to be removed.

See Also

CheckedListBox Class | CheckedListBox Members | System.WinForms Namespace