Thumb::OnMouseLeftButtonUp Method (MouseButtonEventArgs^)
.NET Framework (current version)
Provides class handling for the MouseLeftButtonUp event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Input::MouseButtonEventArgs^
The event data.
This implementation handles the MouseLeftButtonDown event by setting Handled to true. Also, this method removes mouse capture from the Thumb, and sets the IsDragging property to false. This implementation also raises the DragCompleted event.
.NET Framework
Available since 3.0
Available since 3.0
Show: