DataAsyncCommand.ExecuteWithoutResultsCompleted Событие

Определение

Происходит при ExecuteWithoutResultsAsync(String, DataCommandType, IVsDataParameter[], Int32, Object) завершении команды.

public:
 virtual event EventHandler<Microsoft::VisualStudio::Data::Services::SupportEntities::DataAsyncCommandCompletedEventArgs<int> ^> ^ ExecuteWithoutResultsCompleted;
public event EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int>> ExecuteWithoutResultsCompleted;
member this.ExecuteWithoutResultsCompleted : EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int>> 
Public Event ExecuteWithoutResultsCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer)) 

Тип события

EventHandler<DataAsyncCommandCompletedEventArgs<Int32>>

Реализации

Применяется к