QueuedCommand.ExecuteHandler, délégué
Espace de noms : Microsoft.TeamFoundation.MVVM
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Public Delegate Function ExecuteHandler ( _
sender As Object, _
e As QueuedCommandExecuteEventArgs _
) As Object
public delegate Object ExecuteHandler(
Object sender,
QueuedCommandExecuteEventArgs e
)
Paramètres
- sender
Type : System.Object
Valeur de retour
Type : System.Object