Table of Contents

Method OnChildPropertyChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnChildPropertyChanged(Control, string, bool)

Called by the child control when its property is changed.

public virtual void OnChildPropertyChanged(Control child, string propName, bool directChild = true)

Parameters

child Control

Child control.

propName string

Property name.

directChild bool

Whether 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.