Invoked when the mouse leaves the interactor.

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

Syntax

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

Parameters

args
Type: System..::..EventArgs

[Missing <param name="args"/> documentation for "M:TallComponents.Interaction.WinForms.Interactors.WinFormsInteractor.OnMouseLeave(System.EventArgs)"]

Remarks

By default, this method just calls Invalidate so that a special hover appearance will be drawn (if any). Override it to provide special handling.

See Also