Search
Interaction.OnMouseMove Method
See Also
 






Called when the mouse pointer is moved over the control.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected abstract void OnMouseMove (
    PointerRoutedEventArgs e
)

Visual Basic  Copy Code

Protected MustOverride Sub OnMouseMove( _
    e As PointerRoutedEventArgs _
)

 Parameters

e

 See Also