Invoked after a new document 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 OnDocumentInteractorCreated(
	InteractorEventArgs eventArgs
)
Visual Basic
Protected Overrides Sub OnDocumentInteractorCreated ( _
	eventArgs As InteractorEventArgs _
)

Parameters

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

See Also