Dela via


ExecutedToolEventHandler Delegate

Represents the method that will handle the Executed 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 ExecutedToolEventHandler ( _
    sender As Object, _
    e As ExecutedToolEventArgs _
)
'Usage
Dim instance As New ExecutedToolEventHandler(AddressOf HandlerMethod)
public delegate void ExecutedToolEventHandler(
    Object sender,
    ExecutedToolEventArgs e
)
public delegate void ExecutedToolEventHandler(
    Object^ sender, 
    ExecutedToolEventArgs^ e
)
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility