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
)
protected
virtual
Raises the
xtd::forms::status_bar::panel_click
event.
Parameters
e
A
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.
xtd
forms
status_bar
Generated on Sat Sep 14 2024 21:25:28 for xtd by
Gammasoft
. All rights reserved.