Show / Hide Table of Contents

Method OnMouseLeave

| Edit this page View Source

OnMouseLeave(MouseEventArgs)

Invoked when an unhandled MouseLeave attached event is raised on this element. Implement this method to add class handling for this event.

Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
Type Name Description
MouseEventArgs e

The MouseEventArgs that contains the event data.

Overrides
UIElement.OnMouseLeave(MouseEventArgs)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX