AvalonEdit
TextAreaStackedInputHandler Class
NamespacesICSharpCode.AvalonEdit.EditingTextAreaStackedInputHandler
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 BasicVisual C++
public abstract class TextAreaStackedInputHandler : ITextAreaInputHandler
Public MustInherit Class TextAreaStackedInputHandler _
	Implements ITextAreaInputHandler
public ref class TextAreaStackedInputHandler abstract : ITextAreaInputHandler
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TextAreaStackedInputHandler

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238