DataAsyncCommandCancelEventHandler, délégué

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

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

Syntaxe

'Déclaration
Public Delegate Sub DataAsyncCommandCancelEventHandler
public delegate void DataAsyncCommandCancelEventHandler()
public delegate void DataAsyncCommandCancelEventHandler()
type DataAsyncCommandCancelEventHandler = 
    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 effectué vers un objet d' DataAsyncCommand est en cours et la méthode d' Cancel est appelée.

Voir aussi

Référence

Microsoft.VisualStudio.Data, espace de noms

Cancel

op_Equality