SubFormBindRefreshToColumnChange Method

Binds the RefreshToColumnChange to the value of the RefreshToColumnChange ColumnBase specified by the cols parameter. When the referenced value changes, according to the The reevaluate mechanism, so will the property.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void BindRefreshToColumnChange(
	params ColumnBase[] cols
)

Parameters

cols  ColumnBase
 

See Also