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 |
傳回作業的傳回值。 |