Invoked when an unhandled Mouse.MouseUp attached event reaches an element in its route that is derived from this class.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override void OnMouseMove(
	MouseEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnMouseMove ( _
	e As MouseEventArgs _
)

Parameters

e
Type: System.Windows.Input..::.MouseEventArgs
The MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.

See Also