Invoked when the interactor looses focus. This override will make sure that the javascript blur action gets executed.

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 OnLostFocus(
	EventArgs args
)
Visual Basic
Protected Overrides Sub OnLostFocus ( _
	args As EventArgs _
)

Parameters

args
Type: System..::..EventArgs
The event that caused unfocussing.

See Also