Delegato ExecutedToolEventHandler

Rappresenta il metodo che gestirà gli eventi Executed 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 ExecutedToolEventHandler ( _
    sender As Object, _
    e As ExecutedToolEventArgs _
)
public delegate void ExecutedToolEventHandler(
    Object sender,
    ExecutedToolEventArgs e
)
public delegate void ExecutedToolEventHandler(
    Object^ sender, 
    ExecutedToolEventArgs^ e
)
type ExecutedToolEventHandler = 
    delegate of 
        sender:Object * 
        e:ExecutedToolEventArgs -> unit
JScript non supporta i delegati.

Parametri

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF