Invoked after a new annotation interactor got created.

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

Syntax

C#
protected override void OnAnnotationInteractorCreated(
	InteractorEventArgs eventArgs
)
Visual Basic
Protected Overrides Sub OnAnnotationInteractorCreated ( _
	eventArgs As InteractorEventArgs _
)

Parameters

eventArgs
Type: TallComponents.Interaction.WinForms.Events..::..InteractorEventArgs
The event data. This contains a reference to the created annotation interactor.

See Also