Raises the Control.HandleCreated event.
- e
- An EventArgs that contains the event data.
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
When overriding StatusBar.OnHandleCreated(EventArgs) in a derived class, be sure to call the base class's Control.OnHandleCreated(EventArgs) method.