Compartilhar via


Evento DataAsyncCommand.ExecuteWithoutResultsCompleted

Ocorre quando o comando de ExecuteWithoutResultsAsync estiver concluído.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Public Event ExecuteWithoutResultsCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer))
public event EventHandler<DataAsyncCommandCompletedEventArgs<int>> ExecuteWithoutResultsCompleted
public:
virtual  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>>
override ExecuteWithoutResultsCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<int>>,
    DataAsyncCommandCompletedEventArgs<int>>
JScript não oferece suporte a eventos.

Implementações

IVsDataAsyncCommand.ExecuteWithoutResultsCompleted

Segurança do .NET Framework

Consulte também

Referência

DataAsyncCommand Classe

Namespace Microsoft.VisualStudio.Data.Framework