Table of Contents

Method OnMouseLeave

Namespace
SharpVectors.Runtime
Assembly
SharpVectors.Runtime.Wpf.dll

OnMouseLeave(MouseEventArgs)

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

protected override void OnMouseLeave(MouseEventArgs e)

Parameters

e MouseEventArgs

The MouseEventArgs that contains the event data.