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