RibbonGalleryItem::OnMouseLeave Method (MouseEventArgs^)
.NET Framework (current version)
Provides class handling for the MouseLeave routed event.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
Parameters
- e
-
Type:
System.Windows.Input::MouseEventArgs^
The event data.
This method sets the IsHighlighted and IsPressed properties to false when the mouse pointer leaves this control.
This implementation marks the MouseLeave event as handled by setting the Handled property of the event data to true.
.NET Framework
Available since 4.5
Available since 4.5
Show: