public void Changed(Database.ChangeEvent @event)
			{
				this._enclosing.changeNotifications++;
				NUnit.Framework.Assert.IsFalse(@event.IsExternal());
			}