Invoked as result of a focus event.

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

Syntax

C#
protected override void OnGotFocus(
	EventArgs focusEvent
)
Visual Basic
Protected Overrides Sub OnGotFocus ( _
	focusEvent As EventArgs _
)

Parameters

focusEvent
Type: System..::..EventArgs

[Missing <param name="focusEvent"/> documentation for "M:TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets.ToggleInteractor.OnGotFocus(System.EventArgs)"]

See Also