Method LineIsModified
LineIsModified(int)
When implemented by a class, indicates whether specified line already modified.
bool LineIsModified(int index)
Parameters
index
intIndex of line to check.
Returns
- bool
True is line modified; otherwise false.
LineIsModified(int, out bool)
When implemented by a class, indicates whether specified line already modified.
bool LineIsModified(int index, out bool saved)
Parameters
index
intIndex of line to check.
saved
boolReceives boolean value that indicates whether line was not changed since the last saving.
Returns
- bool
True is line modified; otherwise false.