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
반환 값
형식: System.Boolean