Search
DiagramItem.StartCreate Method
See Also
 





Invoked once when the user starts creating a new item interactively.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected virtual void StartCreate (
    Point org
)

Visual Basic  Copy Code

Protected Overridable Sub StartCreate( _
    org As Point _
)

 Parameters

org

Position of the mouse pointer.

 Remarks

This method is invoked in response to the MouseDown event, just after an item has been instantiated.

 See Also