QueuedCommand.CanExecuteHandler 委托
命名空间: Microsoft.TeamFoundation.MVVM
程序集: Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)
语法
声明
Public Delegate Function CanExecuteHandler ( _
sender As Object, _
e As QueuedCommandCanExecuteEventArgs _
) As Boolean
public delegate bool CanExecuteHandler(
Object sender,
QueuedCommandCanExecuteEventArgs e
)
参数
- sender
类型:System.Object