Dela via


ToolActionEventArgs Class

Provides data for ToolAction events.

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

Syntax

'Declaration
Public Class ToolActionEventArgs _
    Inherits InputEventArgs
'Usage
Dim instance As ToolActionEventArgs
public class ToolActionEventArgs : InputEventArgs
public ref class ToolActionEventArgs : public InputEventArgs
public class ToolActionEventArgs extends InputEventArgs

Remarks

The designer view generates this input event when an input event triggers a particular tool action.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Windows.RoutedEventArgs
      System.Windows.Input.InputEventArgs
        Microsoft.Windows.Design.Interaction.ToolActionEventArgs

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

ToolActionEventArgs Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility

Tool Architecture