Share via


DataAsyncCommand.ExecuteWithoutResultsCompleted Event

Occurs when the ExecuteWithoutResultsAsync command is completed.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Event ExecuteWithoutResultsCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer))
public event EventHandler<DataAsyncCommandCompletedEventArgs<int>> ExecuteWithoutResultsCompleted
public:
virtual   event EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ ExecuteWithoutResultsCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ value);
}
abstract ExecuteWithoutResultsCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<int>>,
    DataAsyncCommandCompletedEventArgs<int>>
override ExecuteWithoutResultsCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<int>>,
    DataAsyncCommandCompletedEventArgs<int>>
JScript does not support events.

Implements

IVsDataAsyncCommand.ExecuteWithoutResultsCompleted

.NET Framework Security

See Also

Reference

DataAsyncCommand Class

Microsoft.VisualStudio.Data.Framework Namespace