Compartilhar via


Evento IVsDataAsyncCommand.ExecuteWithoutResultsCompleted

Ocorre quando o comando de ExecuteWithoutResultsAsync estiver concluído.

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

Sintaxe

'Declaração
Event ExecuteWithoutResultsCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer))
event EventHandler<DataAsyncCommandCompletedEventArgs<int>> ExecuteWithoutResultsCompleted
 event EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ ExecuteWithoutResultsCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ value);
}
abstract ExecuteWithoutResultsCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<int>>,
    DataAsyncCommandCompletedEventArgs<int>>
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