Share via


DataAsyncCommand.OnPrepareCompleted Method

Definition

Raises the PrepareCompleted event.

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

Parameters

Applies to