IVsDataAsyncCommand.PrepareCompleted Event

Occurs when the PrepareAsync command is completed.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

Event PrepareCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of String))

Dim instance As IVsDataAsyncCommand
Dim handler As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of String))

AddHandler instance.PrepareCompleted, handler
event EventHandler<DataAsyncCommandCompletedEventArgs<string>> PrepareCompleted
 event EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ PrepareCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ value);
}
JScript does not support events.

Permissions

See Also

Reference

IVsDataAsyncCommand Interface

IVsDataAsyncCommand Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace