TextBoxBase::OnMouseUp Method (MouseButtonEventArgs^)

 

Invoked whenever an unhandled Mouse::MouseUp event reaches an element derived from this class in its route. Implement this method to add class handling for this event.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void OnMouseUp(
	MouseButtonEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::MouseButtonEventArgs^

Arguments of the event. These arguments will include details about which mouse button was depressed, and the handled state.

.NET Framework
Available since 3.0
Return to top
Show: