DataAsyncCommandCompletedEventArgs<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ非同期コマンド接続サービスのさまざまな 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 |
操作の戻り値を返します。 |