Thumb.OnMouseLeftButtonUp(MouseButtonEventArgs) Method

Definition

Provides class handling for the MouseLeftButtonUp event.

protected:
 override void OnMouseLeftButtonUp(System::Windows::Input::MouseButtonEventArgs ^ e);
protected override void OnMouseLeftButtonUp (System.Windows.Input.MouseButtonEventArgs e);
override this.OnMouseLeftButtonUp : System.Windows.Input.MouseButtonEventArgs -> unit
Protected Overrides Sub OnMouseLeftButtonUp (e As MouseButtonEventArgs)

Parameters

e
MouseButtonEventArgs

The event data.

Remarks

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.

Applies to