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

'宣言
Public Event ExecuteWithoutResultsCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer))
'使用
Dim instance As DataAsyncCommand
Dim handler As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer))

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

Implements

IVsDataAsyncCommand.ExecuteWithoutResultsCompleted

Permissions

See Also

Reference

DataAsyncCommand Class

DataAsyncCommand Members

Microsoft.VisualStudio.Data.Framework Namespace