Contains Undo/Redo information, used by many of the events
 public ModifiedEventArgs(int modificationType)
 {
     this._modificationType = modificationType;
     this._undoRedoFlags = new UndoRedoFlags(modificationType);
 }