Invoked during interactive creation of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void UpdateCreate ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub UpdateCreate( _ |
Position of the mouse pointer.
RemarksThis methods is invoked after each mouse movement in order to update the item's state in accordance with the new mouse position.
See Also