Share via


RibbonContextualTabGroup.OnMouseUp Method

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

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides Sub OnMouseUp ( _
    e As MouseButtonEventArgs _
)
protected override void OnMouseUp(
    MouseButtonEventArgs e
)
protected:
virtual void OnMouseUp(
    MouseButtonEventArgs^ e
) override
abstract OnMouseUp : 
        e:MouseButtonEventArgs -> unit 
override OnMouseUp : 
        e:MouseButtonEventArgs -> unit 
protected override function OnMouseUp(
    e : MouseButtonEventArgs
)

Parameters

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.

.NET Framework Security

See Also

Reference

RibbonContextualTabGroup Class

Microsoft.Windows.Controls.Ribbon Namespace