Invoked as a result of a mouse leave platform event.

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

Syntax

C#
protected override void OnMouseLeave(
	EventArgs e
)
Visual Basic
Protected Overrides Sub OnMouseLeave ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs

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

Remarks

This may raise a mouse exit event for the interactor, but only if the interactor does not have the focus yet.

See Also