Invoked after a document 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 OnDocumentInteractorCreated(
	InteractorEventArgs eventArgs
)
Visual Basic
Protected Overridable 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