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