Invoked when the interactor gets attached to its parent.

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

Syntax

C#
protected virtual void OnAttached(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnAttached ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs
The event data.

See Also