Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the ExecuteCompleted event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub OnExecuteCompleted ( _
e As DataAsyncCommandCompletedEventArgs(Of IVsDataReader) _
)
protected virtual void OnExecuteCompleted(
DataAsyncCommandCompletedEventArgs<IVsDataReader> e
)
protected:
virtual void OnExecuteCompleted(
DataAsyncCommandCompletedEventArgs<IVsDataReader^>^ e
)
abstract OnExecuteCompleted :
e:DataAsyncCommandCompletedEventArgs<IVsDataReader> -> unit
override OnExecuteCompleted :
e:DataAsyncCommandCompletedEventArgs<IVsDataReader> -> unit
protected function OnExecuteCompleted(
e : DataAsyncCommandCompletedEventArgs<IVsDataReader>
)
Parameters
- e
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<IVsDataReader>
A IVsDataReader object containing the event data.
.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.