IVsDataAsyncCommand.PrepareCompleted (Evento)

Se produce cuando se completa el comando de PrepareAsync .

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataAsyncCommand Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)