Share via


IVsDataAsyncCommand.DeriveParametersCompleted Event

Occurs when the DeriveParametersAsync command is completed.

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

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

IVsDataAsyncCommand Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace