MoveThumbOnMouseLeftButtonUp Method

CVB.Net Documentation
Make sure the left button up event bubbles - otherwise the user of an overlay hardly has a way of finding out when dragging stopped.

Namespace:  Stemmer.Cvb.Wpf.Adorners
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected override void OnMouseLeftButtonUp(
	MouseButtonEventArgs e
)

Parameters

e
Type: System.Windows.InputMouseButtonEventArgs
Event arguments.
See Also

Reference