Partager via


QueuedCommand.CanExecuteHandler, délégué

Espace de noms :  Microsoft.TeamFoundation.MVVM
Assembly :  Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)

Syntaxe

'Déclaration
Public Delegate Function CanExecuteHandler ( _
    sender As Object, _
    e As QueuedCommandCanExecuteEventArgs _
) As Boolean
public delegate bool CanExecuteHandler(
    Object sender,
    QueuedCommandCanExecuteEventArgs e
)

Paramètres

Valeur de retour

Type : System.Boolean

Voir aussi

Référence

Microsoft.TeamFoundation.MVVM, espace de noms