Share via


IVsDataAsyncCommand.ExecuteCompleted Event

Occurs when the ExecuteAsync command is completed.

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

Syntax

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

.NET Framework Security

See Also

Reference

IVsDataAsyncCommand Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace