Partilhar via


Método DataAsyncCommand.OnExecuteWithoutResultsCompleted

Gera o evento ExecuteWithoutResultsCompleted.

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

Sintaxe

'Declaração
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>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataAsyncCommand Classe

Namespace Microsoft.VisualStudio.Data.Framework