DataAsyncCommand.OnExecuteWithoutResultsCompleted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A DataAsyncCommandCompletedEventArgs<T> object containing the event data.