Click or drag to resize

PropertyChangedAlerterAddConstantCallProperty Method

Adds a property that will always be called when any property is updated..

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.2.31734 (1.0.0.0)
Syntax
C#
public void AddConstantCallProperty(
	string name
)

Parameters

name
Type: SystemString
The name of the property.
See Also