Invoked when the mouse leaves the interactor. This will only happen when IsOver returns false for a given coordinate.

Namespace: TallComponents.Interaction.WinForms.Layers
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
protected virtual void OnMouseLeave(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnMouseLeave ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs

[Missing <param name="e"/> documentation for "M:TallComponents.Interaction.WinForms.Layers.WinFormsInteractorLayer.OnMouseLeave(System.EventArgs)"]

See Also