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!

RichControl.OnDestroyHandle

Inheriting classes should override this method to find out when the handle is about to be destroyed. Call base.onDestroyHandle last.

[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
event

See Also

RichControl Class | RichControl Members | System.WinForms Namespace | AddOnDestroyHandle | RemoveOnDestroyHandle