DataAsyncCommand.OnExecuteWithoutResultsCompleted(DataAsyncCommandCompletedEventArgs<Int32>) Метод

Определение

Вызывает событие ExecuteWithoutResultsCompleted.

protected:
 virtual void OnExecuteWithoutResultsCompleted(Microsoft::VisualStudio::Data::Services::SupportEntities::DataAsyncCommandCompletedEventArgs<int> ^ e);
protected virtual void OnExecuteWithoutResultsCompleted (Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int> e);
abstract member OnExecuteWithoutResultsCompleted : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int> -> unit
override this.OnExecuteWithoutResultsCompleted : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int> -> unit
Protected Overridable Sub OnExecuteWithoutResultsCompleted (e As DataAsyncCommandCompletedEventArgs(Of Integer))

Параметры

e
DataAsyncCommandCompletedEventArgs<Int32>

DataAsyncCommandCompletedEventArgs<T>Объект, содержащий данные события.

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