IVsDataAsyncCommand.DeriveParametersCompleted (Evento)

Se produce cuando se completa el comando de DeriveParametersAsync .

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

Sintaxis

'Declaración
Event DeriveParametersCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataParameter()))
event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataParameter[]>> DeriveParametersCompleted
 event EventHandler<DataAsyncCommandCompletedEventArgs<array<IVsDataParameter^>^>^>^ DeriveParametersCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<array<IVsDataParameter^>^>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<array<IVsDataParameter^>^>^>^ value);
}
abstract DeriveParametersCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataParameter[]>>,
    DataAsyncCommandCompletedEventArgs<IVsDataParameter[]>>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataAsyncCommand Interfaz

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