DataAsyncCommand.ExecuteCompleted Event
Occurs when the ExecuteAsync command is completed.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Event ExecuteCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
public event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>> ExecuteCompleted
public:
virtual 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>>
override ExecuteCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>>,
DataAsyncCommandCompletedEventArgs<IVsDataReader>>
JScript does not support events.
Implements
IVsDataAsyncCommand.ExecuteCompleted
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.