DefaultInputHandler
Class
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:
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)
The RadRichTextBox instance that receives the input.
ePreviewEditorKeyEventArgsThe key event arguments containing information about the input event.
Returns:Returns a boolean indicating whether the input event was handled or not.
Implements: