Share via


DataAsyncCommand.OnExecuteCompleted Method

Definition

Raises the ExecuteCompleted event.

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

Parameters

e
DataAsyncCommandCompletedEventArgs<IVsDataReader>

A IVsDataReader object containing the event data.

Applies to