Invoked when the document viewer receives a KeyDown event. This
method will first raise the KeyDown event of the DocumentViewer.
If the event does not get handled by an event handler (i.e. the Handled
property of the event remains false), it will pass it to the interactor
that has the focus. If the interactor handles the event, it will prohibit
further processing by setting the Handled flag.
Namespace: TallComponents.Interaction.WinForms.ControlsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected override void OnKeyDown( KeyEventArgs e ) |
| Visual Basic |
|---|
Protected Overrides Sub OnKeyDown ( _ e As KeyEventArgs _ ) |
Parameters
- e
- Type: System.Windows.Forms..::..KeyEventArgs
The event data.