GoXam for WPF v3
ClickCreatingTool Class
Members 
Northwoods.GoXam.Tool Namespace : ClickCreatingTool Class
The ClickCreatingTool lets the user create a node by clicking where they want the new node to be.
Object Model
ClickCreatingTool ClassDiagram Class
Syntax
[DesignTimeVisible(false)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class ClickCreatingTool : DiagramTool, IDiagramTool  
Remarks

Normally this is a "mouse-up" mode-less tool. It will not run until you have set the PrototypeData property.

This tool does not utilize any Northwoods.GoXam.Adornments or tool handles.

This tool conducts a model edit in the InsertNode method.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  Northwoods.GoXam.Tool.DiagramTool
                     Northwoods.GoXam.Tool.ClickCreatingTool

See Also

Reference

ClickCreatingTool Members
Northwoods.GoXam.Tool Namespace