using xtd::forms::mouse_event_handler = typedef delegate<void(object& sender, const mouse_event_args& e)> |
Represents the method that will handle the MouseDown, MouseUp, or MouseMove event of a form, control, or other component.
sender | The source of the event. |
e | A xtd::forms::mouse_event_args that contains the event data. |