RunWorkerCompletedEventArgs()

RunWorkerCompletedEventArgs::RunWorkerCompletedEventArgs(const System::SharedPtr<System::Object>&, const System::Exception&, bool) constructor

Constructor.

System::ComponentModel::RunWorkerCompletedEventArgs::RunWorkerCompletedEventArgs(const System::SharedPtr<System::Object> &result, const System::Exception &error, bool canceled)

Arguments

ParameterTypeDescription
resultconst System::SharedPtr<System::Object>&The result of an asynchronous operation.
errorconst System::Exception&Any error that occurred during the asynchronous operation.
canceledboolA value indicating whether the asynchronous operation was canceled.

See Also