DiagramLite Programmer's Guide
BehaviorBase.StartInteraction Method
See Also
 





Invoked by the control when the user presses the left mouse button.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

protected virtual InteractionState StartInteraction (
    Point point
)

Visual Basic  Copy Code

Protected Overridable Function StartInteraction( _
    point As Point _
) As InteractionState

 Parameters

point

A Point instance specifying the mouse location.

 Return Value

An InteractionState instance representing the interactive action that should be started.

 Remarks

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.

 See Also

BehaviorBase Members
BehaviorBase Class
MindFusion.Diagramming Namespace