Interface
ITextDocumentEditor

Represents an editor for text documents.

Definition

Namespace:Telerik.Windows.SyntaxEditor.Core.Editor

Assembly:Telerik.Windows.SyntaxEditor.Core.dll

Syntax:

cs-api-definition
public interface ITextDocumentEditor

Properties

Document

Gets or sets the text document.

Declaration

cs-api-definition
TextDocument Document { get; set; }

Property Value

TextDocument

Events

DocumentChanged

Occurs when document has been changed.

Declaration

cs-api-definition
event EventHandler DocumentChanged

Event Value

EventHandler

DocumentChanging

Occurs when document is being changed.

Declaration

cs-api-definition
event EventHandler DocumentChanging

Event Value

EventHandler

DocumentContentChanged

Occurs when the content of the document has been changed.

Declaration

cs-api-definition
event EventHandler<TextContentChangedEventArgs> DocumentContentChanged

Event Value

EventHandler<TextContentChangedEventArgs>