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
- sender
Type : System.Object
Source de l'événement.
- e
Type : Microsoft.Windows.Design.Interaction.CanExecuteToolEventArgs
CanExecuteToolEventArgs qui contient les données d'événement.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms