Called by the framework when the user releases the left mouse button.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

Parameters

e
Type: System.Windows.Input..::.MouseButtonEventArgs
The mouse event data.

See Also