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
)

パラメーター

戻り値

型 : System.Boolean

参照

関連項目

Microsoft.TeamFoundation.MVVM 名前空間