







![]() ![]() |
PDFTron SilverDox SDK |
DocumentViewer..::..OnContentKeyDown Method |
DocumentViewer Class See Also Send Feedback |
Called in response to a KeyDown event in the DocumentViewer's viewing area.
Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
protected virtual void OnContentKeyDown( Object sender, KeyEventArgs e ) |
Visual Basic |
---|
Protected Overridable Sub OnContentKeyDown ( _ sender As Object, _ e As KeyEventArgs _ ) |
Visual C++ |
---|
protected: virtual void OnContentKeyDown( Object^ sender, KeyEventArgs^ e ) |
Parameters
- sender
- Type: System..::..Object
The object where the event occured.
- e
- Type: System.Windows.Input..::..KeyEventArgs
The data for the event.
Remarks
The OnContentKeyDown method is called in response to the KeyDown event. This method allows derived classes to override or extend the response to the KeyDown event.