Method OnChildPropertyChanged
OnChildPropertyChanged(AbstractControl, string, bool)
Called by the child control when its property is changed.
public virtual void OnChildPropertyChanged(AbstractControl child, string propName, bool directChild = true)
Parameters
childAbstractControlChild control.
propNamestringProperty name.
directChildboolWhether child is direct or not (child of the child).
Remarks
It's up to the child control to decide on what property changes to inform the container control. Call this method in the parent control to notify about property change.