Method LineIsModified
LineIsModified(int)
When implemented by a class, indicates whether specified line already modified.
bool LineIsModified(int index)
Parameters
indexintIndex 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
indexintIndex of line to check.
savedboolReceives boolean value that indicates whether line was not changed since the last saving.
Returns
- bool
True is line modified; otherwise false.