using xtd::generic_event_handler = typedef xtd::delegate<void(xtd::object& sender, event_args_t e)> |
Represents the method that will handle an event when the event provides data.
event_args_t | The type of the event data generated by the event. |
sender | The source of the event. |
e | An object that contains the event data. |