xtd 0.2.0
Loading...
Searching...
No Matches

◆ run_worker_completed_event_handler

Represents the method that will handle the xtd::forms::background_worker::run_worker_completed event. This class cannot be inherited.

Parameters
senderThe source of the event.
eA do_work_event_args that contains the event data.
Header
#include <xtd/forms/run_worker_completed_event_handler>
Namespace
xtd::forms
Library
xtd.forms
Remarks
When you create a run_worker_completed_event_handler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event-handler method is called whenever the event occurs, unless you remove the delegate