Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the method that is called when an asynchronous command starts.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Delegate Sub DataAsyncCommandStartEventHandler
public delegate void DataAsyncCommandStartEventHandler()
public delegate void DataAsyncCommandStartEventHandler()
type DataAsyncCommandStartEventHandler =
delegate of unit -> unit
JScript does not support delegates.
Remarks
This delegate is called when an asynchronous method call is made to a DataAsyncCommand object and the command has started executing.