ExecutedToolEventArgs Class
Provides data for the Executed event.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public NotInheritable Class ExecutedToolEventArgs _
Inherits EventArgs
'Usage
Dim instance As ExecutedToolEventArgs
public sealed class ExecutedToolEventArgs : EventArgs
public ref class ExecutedToolEventArgs sealed : public EventArgs
public final class ExecutedToolEventArgs extends EventArgs
Remarks
ExecutedToolEventArgs is similar to ExecutedRoutedEventArgs, but for tool commands.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Windows.Design.Interaction.ExecutedToolEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace