RibbonGallery.OnMouseLeave(MouseEventArgs) Method

Definition

Provides class handling for the MouseLeave event.

protected:
 override void OnMouseLeave(System::Windows::Input::MouseEventArgs ^ e);
protected override void OnMouseLeave (System.Windows.Input.MouseEventArgs e);
override this.OnMouseLeave : System.Windows.Input.MouseEventArgs -> unit
Protected Overrides Sub OnMouseLeave (e As MouseEventArgs)

Parameters

e
MouseEventArgs

The event data.

Remarks

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

Applies to