Create a new default ActionHandler.

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

Syntax

C#
public DefaultActionHandler(
	PagesViewer pagesViewer
)
Visual Basic
Public Sub New ( _
	pagesViewer As PagesViewer _
)

Parameters

pagesViewer
Type: TallComponents.Interaction.WinForms.Controls..::..PagesViewer

[Missing <param name="pagesViewer"/> documentation for "M:TallComponents.Interaction.WinForms.DefaultActionHandler.#ctor(TallComponents.Interaction.WinForms.Controls.PagesViewer)"]

See Also