Invoked by the control when the user presses the left mouse button.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual InteractionState StartInteraction ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function StartInteraction( _ |
An InteractionState instance representing the interactive action that should be started.
RemarksThis method implements common actions shared between all behavior classes. It invokes the public StartDraw method implemented by derived classes to start behavior-specific actions. Override this method to prevent common operations such as drawing lasso selection or moving the active item.
See Also