Udostępnij za pośrednictwem


DataAsyncCommandCompletedEventArgs<T> Klasa

Definicja

Dostarcza dane dla różnych ukończonych zdarzeń usługi połączenia polecenia asynchronicznego danych.

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

Parametry typu

T

Typ parametru.

Dziedziczenie
DataAsyncCommandCompletedEventArgs<T>

Konstruktory

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

Inicjuje DataAsyncCommandCompletedEventArgs<T> nowe wystąpienie klasy z określonymi parametrami.

Właściwości

ReturnValue

Zwraca wartość zwracaną operacji.

Dotyczy