Invoked when the interactor got removed from the current selection.

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

Syntax

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

Parameters

e
Type: System..::..EventArgs
The event that caused deselection.

See Also