private void fireContentChangedEvent() { if (ContentChanged != null) { ContentChanged.DynamicInvoke(this, null); } }