ToolCommandBinding Class

Acts as a bridge between a command and an event handler which implements it.

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

Syntax

'Declaration
Public Class ToolCommandBinding
'Usage
Dim instance As ToolCommandBinding
public class ToolCommandBinding
public ref class ToolCommandBinding
public class ToolCommandBinding

Remarks

The ToolCommandBinding class is similar to the CommandBinding class in Windows Presentation Foundation (WPF).

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Interaction.ToolCommandBinding

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

ToolCommandBinding Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility

Tool Architecture