Raised when a key is pressed while this interactor has the focus.
Namespace: TallComponents.Interaction.WinForms.InteractorsAssembly: 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 _ ) |
Parameters
- e
- Type: TallComponents.Interaction.WinForms.Events..::..KeyboardEventArgs
The keyboard event.