Visit this action.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public override sealed Object Visit(
	GoToAction action,
	Object argument
)
Visual Basic
Public Overrides NotOverridable Function Visit ( _
	action As GoToAction, _
	argument As Object _
) As Object

Parameters

action
Type: TallComponents.PDF.Actions..::..GoToAction
The action.
argument
Type: System..::..Object
The additional argument passed to the Accept method (can be nullNothingnullptra null reference (Nothing in Visual Basic)).

Remarks

The default Visit operation cannot be overriden in any derived ActionHandler.

See Also