/// <summary> /// Called by inheritors to indicate that the source changed. /// </summary> protected void OnSourceChanged() { SourceChanged.RaiseEvent(this); }