Invoked by the control when the user presses the left mouse button.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
protected virtual InteractionState StartInteraction ( |
Visual Basic Copy Code |
---|
Protected Overridable Function StartInteraction( _ |
A Point instance specifying the mouse location.
An InteractionState instance representing the interactive action that should be started.
This 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.