Share via


CanExecuteToolEventHandler Delegate

Represents the method that will handle the CanExecute events for tool commands.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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 does not support delegates.

Parameters

See Also

Reference

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility

Tool Architecture