Raised when a key is pressed while this interactor has the focus.

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 OnKeyDown(
	KeyboardEventArgs e
)
Visual Basic
Protected Overridable Sub OnKeyDown ( _
	e As KeyboardEventArgs _
)

See Also