DataAsyncCommandCompletedEventArgs<T> Class

Definition

Encapsulates event data for various events used in the IVsDataAsyncCommand service

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

Type Parameters

T

The type of the parameter.

Inheritance
DataAsyncCommandCompletedEventArgs<T>

Constructors

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

Initializes a new instance of the DataAsyncCommandCompletedEventArgs<T> class with the specified parameters.

Properties

ReturnValue

Returns the return value of the operation.

Applies to