Method LinesChanged
LinesChanged(int, int)
Specifies range of lines that was changed.
public virtual void LinesChanged(int first, int last)
Parameters
LinesChanged(int, int, bool)
Specifies range of lines that was changed.
public virtual void LinesChanged(int first, int last, bool modified)
Parameters
first
intFirst changed line.
last
intLast changed line.
modified
boolIndicates that content of specified lines is modified.
LinesChanged(int, int, bool, bool)
protected virtual void LinesChanged(int first, int last, bool modified, bool forceLineChange)