[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1RichTextBox.KeyDown

KeyDown Event

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

Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public event KeyEventHandler KeyDown
Returns
Type Description
KeyEventHandler Occurs when a keyboard key is pressed while the has focus.
Remarks

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