 | PdfViewerOnFormsDoGotoAction Method |
Called by the engine when it is required to execute a GoTo action
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void OnFormsDoGotoAction(
DoGotoActionEventArgs e
)
Protected Overridable Sub OnFormsDoGotoAction (
e As DoGotoActionEventArgs
)
protected:
virtual void OnFormsDoGotoAction(
DoGotoActionEventArgs^ e
)
abstract OnFormsDoGotoAction :
e : DoGotoActionEventArgs -> unit
override OnFormsDoGotoAction :
e : DoGotoActionEventArgs -> unit protected void OnFormsDoGotoAction(
DoGotoActionEventArgs e
)
function OnFormsDoGotoAction(e);
Parameters
- e DoGotoActionEventArgs
- An DoGotoActionEventArgs that contains the event data.
See Also