using xtd::forms::control_event_handler = typedef delegate<void(object& sender, const control_event_args& e)> |
Represents the method that will handle the xtd::forms::control::control_added and xtd::forms::control::control_removed events of the control class.
sender | The source of the event. |
e | A control_event_args that contains the event data. |