Share via


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

'Declaration
Event PrepareCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of String))
event EventHandler<DataAsyncCommandCompletedEventArgs<string>> PrepareCompleted
event EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ PrepareCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ value);
}
abstract PrepareCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<string>>,
    DataAsyncCommandCompletedEventArgs<string>>
JScript does not support events.

.NET Framework Security

See Also

Reference

IVsDataAsyncCommand Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace