DataAsyncCommand.OnExecuteWithoutResultsCompleted(DataAsyncCommandCompletedEventArgs<Int32>) Methode

Definition

Löst das ExecuteWithoutResultsCompleted-Ereignis aus.

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))

Parameter

e
DataAsyncCommandCompletedEventArgs<Int32>

Ein- DataAsyncCommandCompletedEventArgs<T> Objekt, das die Ereignisdaten enthält.

Gilt für