DataAsyncCommand.OnExecuteWithoutResultsCompleted Method
Raises the ExecuteWithoutResultsCompleted event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub OnExecuteWithoutResultsCompleted ( _
e As DataAsyncCommandCompletedEventArgs(Of Integer) _
)
protected virtual void OnExecuteWithoutResultsCompleted(
DataAsyncCommandCompletedEventArgs<int> e
)
protected:
virtual void OnExecuteWithoutResultsCompleted(
DataAsyncCommandCompletedEventArgs<int>^ e
)
abstract OnExecuteWithoutResultsCompleted :
e:DataAsyncCommandCompletedEventArgs<int> -> unit
override OnExecuteWithoutResultsCompleted :
e:DataAsyncCommandCompletedEventArgs<int> -> unit
protected function OnExecuteWithoutResultsCompleted(
e : DataAsyncCommandCompletedEventArgs<int>
)
Parameters
e
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Int32>A DataAsyncCommandCompletedEventArgs<T> 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.