/// <devdoc>
 /// Raises the ParameterChanged event. This notifies a listener that it should re-evaluate the value.
 /// </devdoc>
 protected void OnParameterChanged()
 {
     if (_owner != null)
     {
         _owner.CallOnParametersChanged();
     }
 }