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!

ComboBox.RemoveOnDrawItem

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

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

Parameters

handler
Event handler to be removed.

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace