DiagramLite Programmer's Guide
SelectOnlyBehavior.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 override InteractionState StartInteraction (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

 Return Value

 Remarks

This method is invoked first and it relies on the public StartDraw method implemented by derived behavior classes.

 See Also

SelectOnlyBehavior Members
SelectOnlyBehavior Class
MindFusion.Diagramming Namespace