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

◆ link_label_clicked_event_handler

Represents the method that will handle the xtd::forms::link_label::link_clicked event of a xtd::forms::link_label.

Parameters
senderThe source of the event.
eA xtd::forms::link_label_link_clicked_event_args that contains the event data.
Header
#include <xtd/forms/link_label_clicked_event_handler>
Namespace
xtd::forms
Library
xtd.forms
Remarks
When you create a xtd::forms::link_label_link_clicked_event_handler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, until you remove the delegate.