DataAsyncCommand.OnExecuteWithoutResultsCompleted (Método)

Genera el evento ExecuteWithoutResultsCompleted.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

DataAsyncCommand Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)