IVsDataAsyncCommand.ExecuteWithoutResultsCompleted Event

Occurs when the ExecuteWithoutResultsAsync command is completed.

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

Syntax

Event ExecuteWithoutResultsCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer))

Dim instance As IVsDataAsyncCommand
Dim handler As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer))

AddHandler instance.ExecuteWithoutResultsCompleted, handler
event EventHandler<DataAsyncCommandCompletedEventArgs<int>> ExecuteWithoutResultsCompleted
 event EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ ExecuteWithoutResultsCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ value);
}
JScript does not support events.

Permissions

See Also

Reference

IVsDataAsyncCommand Interface

IVsDataAsyncCommand Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace