System::ComponentModel::RunWorkerCompletedEventArgs クラス

RunWorkerCompletedEventArgs class

このクラスのインスタンスは RunWorkerCompletedEventHandler デリゲートへの引数として渡されます。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してインスタンスを作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数に引数として渡すようにしてください。

class RunWorkerCompletedEventArgs : public System::ComponentModel::AsyncCompletedEventArgs

メソッド

メソッド説明
get_Result() const非同期操作の結果を表す値を取得します。
RunWorkerCompletedEventArgs(const System::SharedPtr<System::Object>&, const System::Exception&, bool)RTTI 情報。

フィールド

フィールド説明
static Empty"empty" の EventArgs 共有ポインタ(ヌルポインタ)を表す静的メンバーです。

参照