Called when KeyDown event occurs.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.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.

See Also