Stacked input handler.
Uses OnEvent-methods instead of registering event handlers to ensure that the events are handled in the correct order.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract class TextAreaStackedInputHandler : ITextAreaInputHandler
Public MustInherit Class TextAreaStackedInputHandler _ Implements ITextAreaInputHandler
public ref class TextAreaStackedInputHandler abstract : ITextAreaInputHandler
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
TextAreaStackedInputHandler(TextArea) |
Creates a new TextAreaInputHandler.
| |
Attach()()()() |
Attaches an input handler to the text area.
| |
Detach()()()() |
Detaches the input handler from the text area.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPreviewKeyDown(KeyEventArgs) |
Called for the PreviewKeyDown event.
| |
OnPreviewKeyUp(KeyEventArgs) |
Called for the PreviewKeyUp event.
| |
TextArea |
Gets the text area that the input handler belongs to.
| |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
TextAreaStackedInputHandler |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238