Interface
IRichTextBoxInputHandler

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:

cs-api-definition
public interface IRichTextBoxInputHandler

Methods

HandleInput(RadRichTextBox, PreviewEditorKeyEventArgs)

Handles input for the specified RadRichTextBox using the provided key event arguments.

Declaration

cs-api-definition
bool HandleInput(RadRichTextBox richTextBox, PreviewEditorKeyEventArgs e)

Parameters

richTextBox

RadRichTextBox

The RadRichTextBox instance that receives the input.

e

PreviewEditorKeyEventArgs

The event arguments containing the information about the key event.

Returns

bool

Returns a boolean indicating whether the input was successfully handled.