Invoked by the control when the user presses the left mouse button.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected override InteractionState StartInteraction ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function StartInteraction( _ |
RemarksThis method is invoked first and it relies on the public StartDraw method implemented by derived behavior classes.
See Also