AvalonEdit
ITextEditorComponent Interface
NamespacesICSharpCode.AvalonEditITextEditorComponent
Represents a text editor control (TextEditor, TextArea or TextView).
Declaration Syntax
C#Visual BasicVisual C++
public interface ITextEditorComponent : IServiceProvider
Public Interface ITextEditorComponent _
	Inherits IServiceProvider
public interface class ITextEditorComponent : IServiceProvider
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Document
Gets the document being edited.

DocumentChanged
Occurs when the Document property changes (when the text editor is connected to another document - not when the document content changes).

GetService(Type)
Gets the service object of the specified type.
(Inherited from IServiceProvider.)
OptionChanged
Occurs when the Options property changes, or when an option inside the current option list changes.

Options
Gets the options of the text editor.

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