This method will be invoked when a different part of the document becomes visible.
This override will do the following if this means that another page becoms the current one:
Namespace: TallComponents.Interaction.WinForms.Controls- Execute the javascript close action for the old current page.
- Raise the CurrentPageChanged event.
- Execute the javascript open action for the new current page.
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected override void OnVisibleRectangleChanged( EventArgs e ) |
| Visual Basic |
|---|
Protected Overrides Sub OnVisibleRectangleChanged ( _ e As EventArgs _ ) |
Parameters
- e
- Type: System..::..EventArgs
The event data.