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