DataAsyncCommand.OnPrepareCompleted 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 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
A DataAsyncCommandCompletedEventArgs<T> object containing the event data.