Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents the method that is called when an asynchronous command is canceled.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Delegate Sub DataAsyncCommandCancelEventHandler
public delegate void DataAsyncCommandCancelEventHandler()
public delegate void DataAsyncCommandCancelEventHandler()
type DataAsyncCommandCancelEventHandler =
delegate of unit -> unit
JScript does not support delegates.
Remarks
This delegate is called when an asynchronous method call made to a DataAsyncCommand object is in progress and the Cancel method is called.