Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
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 does not support delegates.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.Windows.Design.Interaction.ExecutedToolEventArgs
An ExecutedToolEventArgs that contains the event data.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace