名前空間: 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