xtd 0.2.0
Loading...
Searching...
No Matches

◆ on_panel_click()

virtual void xtd::forms::status_bar::on_panel_click ( const xtd::forms::status_bar_panel_click_event_args e)
protectedvirtual

Raises the xtd::forms::status_bar::panel_click event.

Parameters
eA xtd::forms::status_bar_panel_click_event_args that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate.
For more information about handling events, see Handling and Raising Events.
The xtd::forms::status_bar::on_panel_click method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Notes to Inheritors
When overriding xtd::forms::status_bar::on_panel_click in a derived class, be sure to call the base class's xtd::forms::status_bar::on_panel_click method so that registered delegates receive the event.