Created a new InteractorEventArgs instance.

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

Syntax

C#
public InteractorEventArgs(
	WinFormsInteractor interactor
)
Visual Basic
Public Sub New ( _
	interactor As WinFormsInteractor _
)

Parameters

interactor
Type: TallComponents.Interaction.WinForms.Interactors..::..WinFormsInteractor

[Missing <param name="interactor"/> documentation for "M:TallComponents.Interaction.WinForms.Events.InteractorEventArgs.#ctor(TallComponents.Interaction.WinForms.Interactors.WinFormsInteractor)"]

See Also