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.5.43134 (1.0.0.0)
Syntax public void AddConstantCallProperty(
string name
)
Parameters
- name
- Type: SystemString
The name of the property.
See Also