 | PdfViewerOnFormsGotoPage Method |
Called by the engine when it is required to execute GoTo operation
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void OnFormsGotoPage(
EventArgs<int> e
)
Protected Overridable Sub OnFormsGotoPage (
e As EventArgs(Of Integer)
)
protected:
virtual void OnFormsGotoPage(
EventArgs<int>^ e
)
abstract OnFormsGotoPage :
e : EventArgs<int> -> unit
override OnFormsGotoPage :
e : EventArgs<int> -> unit protected void OnFormsGotoPage(
EventArgs<int> e
)
function OnFormsGotoPage(e);
Parameters
- e EventArgsInt32
- An EventArgs that contains the event data.
See Also