Occurs when a keyboard key is pressed while the C1RichTextBox has focus.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
C# |
---|
public event KeyEventHandler KeyDown |
Visual Basic |
---|
Public Event KeyDown As KeyEventHandler |
Remarks
This event overrides UIElement's KeyDown in order to allow handlers to prevent the default
behavior of a key press.