Raises the OnDestroyHandle event.
[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 );
Raising an event invokes the event-handling method through a delegate. For more information, see TBD.
Notes to Inheritors: When overriding OnDestroyHandle in a derived class, be sure to call the base class's OnDestroyHandle method.
StatusBar Class | StatusBar Members | System.WinForms Namespace