Delegato CanExecuteToolEventHandler

Rappresenta il metodo che gestirà gli eventi CanExecute per i comandi di strumenti.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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 non supporta i delegati.

Parametri

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF

Architettura degli strumenti