Invoked after the child annotation interactors have been created, but before the annotations have been layed out. Override this method to additional child interactors.

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

Syntax

C#
protected virtual void OnAnnotationInteractorsCreated(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnAnnotationInteractorsCreated ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs

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

See Also