InterfaceITextDocumentEditor
Interface
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.
Events
DocumentChanged
Occurs when document has been changed.
DocumentChanging
Occurs when document is being changed.
DocumentContentChanged
Occurs when the content of the document has been changed.
Declaration
cs-api-definition
event EventHandler<TextContentChangedEventArgs> DocumentContentChanged
Event Value