RibbonContextualTabGroup.OnMouseUp(MouseButtonEventArgs) Method

Definition

Provides class handling for the MouseUp routed event and releases the mouse.

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

Parameters

e
MouseButtonEventArgs

The event data.

Remarks

This method releases the mouse capture and sends click notifications to the Ribbon.

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

Applies to