Visit an UriAction.
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public virtual Object Visit( UriAction action, Object argument ) |
| Visual Basic |
|---|
Public Overridable Function Visit ( _ action As UriAction, _ argument As Object _ ) As Object |
Parameters
- action
- Type: TallComponents.PDF.Actions..::..UriAction
The vistor must handle an UriAction.
- argument
- Type: System..::..Object
The additional argument passed to the Accept method (can be nullNothingnullptra null reference (Nothing in Visual Basic)).
Remarks
Not implementing this functionality calls the action overload.