Click or drag to resize

MapOnPreviewMouseMove Method

Invoked when an unhandled PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected override void OnPreviewMouseMove(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.InputMouseEventArgs
The MouseEventArgs that contains the event data.
See Also