次の方法で共有


DataAsyncCommandCompletedEventArgs<T> クラス

定義

データ非同期コマンド接続サービスのさまざまな Completed イベントのデータを提供します。

generic <typename T>
public ref class DataAsyncCommandCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class DataAsyncCommandCompletedEventArgs<T> : System.ComponentModel.AsyncCompletedEventArgs
type DataAsyncCommandCompletedEventArgs<'T> = class
    inherit AsyncCompletedEventArgs
Public Class DataAsyncCommandCompletedEventArgs(Of T)
Inherits AsyncCompletedEventArgs

型パラメーター

T

パラメーターの型。

継承
DataAsyncCommandCompletedEventArgs<T>

コンストラクター

DataAsyncCommandCompletedEventArgs<T>(Exception, Boolean, T, Object)

指定したパラメーターを使用して、DataAsyncCommandCompletedEventArgs<T> クラスの新しいインスタンスを初期化します。

プロパティ

ReturnValue

操作の戻り値を返します。

適用対象