Invoked after the child page interactors have been created, but before their 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 OnPageInteractorsCreated(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnPageInteractorsCreated ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs

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

See Also