RibbonGallery.OnMouseLeave Method

Provides class handling for the MouseLeave event.

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

Syntax

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

Parameters

Remarks

This implementation does not change the handled state (the Handled property) of the MouseLeave event data.

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace