Invoked once when the user starts creating a new item interactively.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual void StartCreate ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub StartCreate( _ |
Position of the mouse pointer.
RemarksThis method is invoked in response to the MouseDown event, just after an item has been instantiated.
See Also