/// <summary>
 /// Foreces the update of the properties view, regardless of the <see cref="EventCollapseTimeSpan"/> value
 /// currently being set.
 /// </summary>
 public virtual void UpdatePropertyViewsNow()
 {
     if (!InUpdate)
     {
         eventfilter.OnEvent();
         eventfilter.Flush();
     }
 }