Search
Interaction Members
Constructors Properties Methods
 


Tracks mouse messages to implement user interaction with the diagram.

The following tables list the members exposed by the Interaction type.

 Protected Constructors

  Name Description

Interaction

Initializes a new instance of the Interaction class.

 Protected Properties

  Name Description

DiagramView

Gets a reference to the DiagramView control this interaction is associated with.

 Protected Methods

  Name Description

CancelDrag

Invoked when the operation should be cancelled.

OnMouseDown

Invoked when the mouse button is pressed.

OnMouseMove

Invoked when the mouse moves.

OnMouseUp

Invoked when the mouse button is released.

 See Also