Invoked after an annotation interactor gets 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 virtual void OnAnnotationInteractorCreated(
	InteractorEventArgs eventArgs
)
Visual Basic
Protected Overridable 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