예제 #1
0
 public ModifiedEventArgs(int modificationType)
 {
     _modificationType = modificationType;
     _undoRedoFlags    = new UndoRedoFlags(modificationType);
 }
예제 #2
0
 /// <summary>
 ///     Overridden.
 /// </summary>
 public override string ToString()
 {
     return(string.Format(STRING_FORMAT, ModificationType, _position, _length, _linesAddedCount, _text, _isUserChange, _markerChangedLine) + Environment.NewLine + UndoRedoFlags.ToString());
 }
예제 #3
0
 public ModifiedEventArgs(int modificationType)
 {
     _modificationType = modificationType;
     _undoRedoFlags = new UndoRedoFlags(modificationType);
 }