QueuedCommand.ExecuteHandler 委托

命名空间:  Microsoft.TeamFoundation.MVVM
程序集:  Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)

语法

声明
Public Delegate Function ExecuteHandler ( _
    sender As Object, _
    e As QueuedCommandExecuteEventArgs _
) As Object
public delegate Object ExecuteHandler(
    Object sender,
    QueuedCommandExecuteEventArgs e
)

参数

返回值

类型:System.Object

请参见

参考

Microsoft.TeamFoundation.MVVM 命名空间