DataAsyncCommandStartEventHandler, délégué

Représente la méthode qui est appelée lorsqu'une commande asynchrone commence.

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Public Delegate Sub DataAsyncCommandStartEventHandler
public delegate void DataAsyncCommandStartEventHandler()
public delegate void DataAsyncCommandStartEventHandler()
type DataAsyncCommandStartEventHandler = 
    delegate of unit -> unit
JScript ne prend pas en charge les délégués.

Notes

Ce délégué est appelé lorsqu'un appel de méthode asynchrone est effectué vers un objet d' DataAsyncCommand et la commande a démarré exécuter.

Voir aussi

Référence

Microsoft.VisualStudio.Data, espace de noms