Provides class handling for the [E:KeyDown] event that occurs when the user presses a key while this control has focus.

Namespace:  C1.Silverlight
Assembly:  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

See Also