Interface IRichTextBoxInputHandler
Defines the interface for handling input events in a rich text box.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IRichTextBoxInputHandler
Methods
HandleInput(RadRichTextBox, PreviewEditorKeyEventArgs)
Handles input for the specified RadRichTextBox using the provided key event arguments.
Declaration
bool HandleInput(RadRichTextBox richTextBox, PreviewEditorKeyEventArgs e)
Parameters
RadRichTextBox
richTextBox
The RadRichTextBox instance that receives the input. |
PreviewEditorKeyEventArgs
e
The event arguments containing the information about the key event. |
Returns
System.Boolean
Returns a boolean indicating whether the input was successfully handled. |