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!

ListBox.onMeasureItemHandler

[To be supplied.]

[Visual Basic]
Protected onMeasureItemHandler As MeasureItemEventHandler
[C#]
protected MeasureItemEventHandler onMeasureItemHandler;
[C++]
protected: MeasureItemEventHandler* onMeasureItemHandler;
[JScript]
protected var onMeasureItemHandler : MeasureItemEventHandler;

See Also

ListBox Class | ListBox Members | System.WinForms Namespace