DataAsyncCommand.ExecuteWithoutResultsCompleted, événement

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

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

Syntaxe

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

Implémentations

IVsDataAsyncCommand.ExecuteWithoutResultsCompleted

Sécurité .NET Framework

Voir aussi

Référence

DataAsyncCommand Classe

Microsoft.VisualStudio.Data.Framework, espace de noms