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

◆ panel_click

Occurs when a xtd::forms::status_bar_panel object on a xtd::forms::status_bar control is clicked.

Remarks
You can use this event to perform tasks when a panel within a xtd::forms::status_bar control is clicked. The data provided to the event through the xtd::forms::status_bar_panel_click_event_args passed as a parameter to the event handler enables you to determine the xtd::forms::status_bar_panel that was clicked by the user in order to perform tasks on the selected panel.
For more information about handling events, see Handling and Raising Events.