Interface ITextNotify
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents properties and methods to perform Text Source notification.
public interface ITextNotify : INotify, IUpdate
Properties
- FirstChanged
When implemented by a class, represents index of the first changed line.
- LastChanged
When implemented by a class, represents index of the last changed line.
- SelectBlockRect
When implemented by a class, represents a rectangular block of selected text.
- State
When implemented by a class, gets or sets last changes to the text stored in the text source.
Methods
- BeginUpdate(UpdateReason)
When implemented by a class, prevents object state updating until calling
EndUpdate
method.
- LinesChanged(int, int)
When implemented by a class, specifies range of lines that was changed.
- LinesChanged(int, int, bool)
When implemented by a class, specifies range of lines that was changed.