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