Occurs when a keyboard key is pressed while the C1RichTextBox has focus.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event KeyEventHandler KeyDown
Visual Basic
Public Event KeyDown As KeyEventHandler
XAML Attribute Usage
<object KeyDown="KeyEventHandler" .../>

Remarks

This event overrides UIElement's KeyDown in order to allow handlers to prevent the default behavior of a key press.

See Also