Provides class handling for the MouseLeftButtonUp event that occurs when the mouse left button is released while the mouse pointer is over this control, and sets the event as not handled, to make sure it bubbles up.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

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

See Also