IVsDataAsyncCommand.ExecuteCompleted Événement

Définition

Se produit lorsque la ExecuteAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) commande est terminée.

public:
 event EventHandler<Microsoft::VisualStudio::Data::Services::SupportEntities::DataAsyncCommandCompletedEventArgs<Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataReader ^> ^> ^ ExecuteCompleted;
event EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader>> ExecuteCompleted;
member this.ExecuteCompleted : EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader>> 
Event ExecuteCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader)) 

Type d'événement

EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>>

S’applique à