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