RibbonContextualTabGroup.OnMouseUp(MouseButtonEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.