Share via


DataAsyncCommandStartEventHandler (Delegado)

Representa el método que se llama cuando un comando asincrónico inicia.

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

Sintaxis

'Declaración
Public Delegate Sub DataAsyncCommandStartEventHandler
public delegate void DataAsyncCommandStartEventHandler()
public delegate void DataAsyncCommandStartEventHandler()
type DataAsyncCommandStartEventHandler = 
    delegate of unit -> unit
JScript no admite delegados.

Comentarios

Se llama a este delegado cuando una llamada de método asincrónico se hace a un objeto de DataAsyncCommand y el comando haya empezado a ejecutarse.

Vea también

Referencia

Microsoft.VisualStudio.Data (Espacio de nombres)