xtd
0.2.0
Loading...
Searching...
No Matches
◆
on_draw_item()
virtual void xtd::forms::status_bar::on_draw_item
(
xtd::forms::status_bar_draw_item_event_args
&
e
)
protected
virtual
Raises the xtd::forms::status_bar::daw_item event.
Parameters
e
A
xtd::forms::status_bar_draw_item_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_draw_item
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_draw_item
in a derived class, be sure to call the base class's
xtd::forms::status_bar::on_draw_item
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.