RibbonGalleryItem.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 method sets the IsPressed property to false when the left mouse button is released over this control.

This implementation marks the MouseLeftButtonUp event as handled by setting the Handled property of the event data to true.

Applies to