[]
Occurs when a keyboard key is pressed while the C1RichTextBox has focus.
public event KeyEventHandler KeyDown
| Type | Description |
|---|---|
| KeyEventHandler | Occurs when a keyboard key is pressed while the has focus. |
This event overrides UIElement's KeyDown in order to allow handlers to prevent the default behavior of a key press.