DataAsyncCommandStartEventHandler 委托

表示要调用的方法时,异步命令启动时。

命名空间:  Microsoft.VisualStudio.Data
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
Public Delegate Sub DataAsyncCommandStartEventHandler
public delegate void DataAsyncCommandStartEventHandler()
public delegate void DataAsyncCommandStartEventHandler()
type DataAsyncCommandStartEventHandler = 
    delegate of unit -> unit
JScript 不支持委托。

备注

此委托调用,在异步方法调用对 DataAsyncCommand 对象,而命令开始执行。

请参见

参考

Microsoft.VisualStudio.Data 命名空间