DataAsyncCommand.OnExecuteWithoutResultsCompleted Method

Definition

Raises the ExecuteWithoutResultsCompleted event.

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

Parameters

Applies to