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.RemoveOnMeasureItem

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

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

Parameters

handler
Event handler to be removed.

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace