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

Overridden to make sure that we set up and clear out items correctly. Inheriting controls should not forget to call base.onDestroyHandle()

[Visual Basic]
Overrides Protected Sub OnDestroyHandle( _
   ByVal e As EventArgs _
)
[C#]
protected override void OnDestroyHandle(
   EventArgs e
);
[C++]
protected: override void OnDestroyHandle(
   EventArgs* e
);
[JScript]
protected override function OnDestroyHandle(
   e : EventArgs
);

Parameters

e
[To be supplied.]

See Also

ListBox Class | ListBox Members | System.WinForms Namespace