Called when KeyDown event occurs.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
protected override void OnKeyDown( KeyEventArgs e ) |
| Visual Basic |
|---|
Protected Overrides Sub OnKeyDown ( _ e As KeyEventArgs _ ) |
Parameters
- e
- Type: System.Windows.Input..::..KeyEventArgs
The data for the event.