Search
Diagram.StartInteraction Method (PointerRoutedEventArgs)
See Also
 






Starts interaction according to the input devices' state and the current behavior.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual Interaction StartInteraction (
    PointerRoutedEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Function StartInteraction( _
    e As PointerRoutedEventArgs _
) As Interaction

 Parameters

e

The PointerRoutedEventArgs object, containing information about this interaction.

 Return Value

An Interaction instance representing the operation.

 See Also