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()))
'Usage
Dim instance As IVsDataAsyncCommand 
Dim handler As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataParameter()))

AddHandler instance.DeriveParametersCompleted, handler
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);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

IVsDataAsyncCommand Interface

IVsDataAsyncCommand Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace