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
- e
Type: System.Windows.Input.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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.