Handles keyboard key pressing.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public abstract void KeyDown( KeyEventArgs args ) |
| Visual Basic (Declaration) |
|---|
Public MustOverride Sub KeyDown ( _ args As KeyEventArgs _ ) |
| Visual C++ |
|---|
public: virtual void KeyDown( KeyEventArgs^ args ) abstract |
Parameters
- args
- Type: System.Windows.Input..::.KeyEventArgs
The KeyEventArgs instance containing the event data.