Sdílet prostřednictvím


CanExecuteToolEventHandler – delegát

Představuje metodu, která bude zpracovávat CanExecute události pro příkazy nástroje.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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
Jazyk JScript nepodporuje delegáty.

Parametry

Viz také

Odkaz

Microsoft.Windows.Design.Interaction – obor názvů

Další zdroje

WPF Designer Extensibility

Tool Architecture