IVsDataAsyncCommand.ExecuteCompleted Event

Occurs when the ExecuteAsync command is completed.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
Event ExecuteCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
'使用
Dim instance As IVsDataAsyncCommand
Dim handler As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))

AddHandler instance.ExecuteCompleted, handler
event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>> ExecuteCompleted
 event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ ExecuteCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
}
JScript does not support events.

Permissions

See Also

Reference

IVsDataAsyncCommand Interface

IVsDataAsyncCommand Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace