名前空間: 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
戻り値
型 : System.Boolean