Partilhar via


Evento IVsDataAsyncCommand.ExecuteCompleted

Ocorre quando o comando de ExecuteAsync estiver concluído.

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

Sintaxe

'Declaração
Event ExecuteCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>> ExecuteCompleted
 event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ ExecuteCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
}
abstract ExecuteCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>>,
    DataAsyncCommandCompletedEventArgs<IVsDataReader>>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

IVsDataAsyncCommand Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities