Partager via


CanExecuteToolEventHandler, délégué

Représente la méthode qui gère les événements CanExecute pour les commandes d'outil.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Delegate Sub CanExecuteToolEventHandler ( _
    sender As Object, _
    e As CanExecuteToolEventArgs _
)
public delegate void CanExecuteToolEventHandler(
    Object sender,
    CanExecuteToolEventArgs e
)
public delegate void CanExecuteToolEventHandler(
    Object^ sender, 
    CanExecuteToolEventArgs^ e
)
type CanExecuteToolEventHandler = 
    delegate of 
        sender:Object * 
        e:CanExecuteToolEventArgs -> unit
JScript ne prend pas en charge les délégués.

Paramètres

Voir aussi

Référence

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture des outils