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
)

パラメーター

戻り値

型 : System.Object

参照

関連項目

Microsoft.TeamFoundation.MVVM 名前空間