IVsDataAsyncCommand.ExecuteWithoutResultsCompleted, événement

Se produit lorsque la commande d' ExecuteWithoutResultsAsync est terminée.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataAsyncCommand Interface

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms