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

Represents the default input handler for processing user input in the application.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class DefaultInputHandler : IRichTextBoxInputHandler

Inheritance: objectDefaultInputHandler

Implements: IRichTextBoxInputHandler

Constructors

C#
public DefaultInputHandler()

Methods

Handles input events for the specified RadRichTextBox, providing custom processing for the PreviewEditorKeyEventArgs.

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

The RadRichTextBox instance that receives the input.

ePreviewEditorKeyEventArgs

The key event arguments containing information about the input event.

Returns:

bool

Returns a boolean indicating whether the input event was handled or not.

Implements: IRichTextBoxInputHandler.HandleInput(RadRichTextBox, PreviewEditorKeyEventArgs)