New to Telerik UI for WPFStart a free 30-day trial

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: DefaultInputHandler

Methods

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

C#
bool HandleInput(RadRichTextBox richTextBox, PreviewEditorKeyEventArgs e)
Parameters:richTextBoxRadRichTextBox

The RadRichTextBox instance that receives the input.

ePreviewEditorKeyEventArgs

The event arguments containing the information about the key event.

Returns:

bool

Returns a boolean indicating whether the input was successfully handled.