Invoked after a page interactor gets created.
Namespace: TallComponents.Interaction.WinForms.ControlsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected virtual void OnPageInteractorCreated( InteractorEventArgs eventArgs ) |
| Visual Basic |
|---|
Protected Overridable Sub OnPageInteractorCreated ( _ eventArgs As InteractorEventArgs _ ) |
Parameters
- eventArgs
- Type: TallComponents.Interaction.WinForms.Events..::..InteractorEventArgs
The event data. This contains a reference to the created page interactor.