Invoked when the interactor - including this layer - becomes attached to its parent.

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

Syntax

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

Parameters

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

See Also