using xtd::forms::progress_changed_event_handler = typedef delegate<void(object& sender, const progress_changed_event_args& e)> |
Represents the method that will handle the xtd::forms::background_worker::progress_changed event. This class cannot be inherited.
sender | The source of the event. |
e | A do_work_event_args that contains the event data. |