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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
protected override void OnKeyDown(
	KeyEventArgs e
)
Visual Basic
Protected Overrides Sub OnKeyDown ( _
	e As KeyEventArgs _
)

See Also