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
)
매개 변수
- sender
형식: System.Object
반환 값
형식: System.Object