using xtd::forms::help_event_handler = typedef delegate<void(object& sender, help_event_args& e)> |
Represents the method that will handle the xtd::forms::control::help_requested event of a control.
sender | The source of the event. |
e | A xtd::forms::help_event_args that contains the event data. |