PropertyChangedAlerteralwaysCall Field |
A list of properties to always call as updated. Generally used for composite properties.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax private List<string> alwaysCall
Private alwaysCall As List(Of String)
private:
List<String^>^ alwaysCall
val mutable private alwaysCall: List<string>
Field Value
Type:
ListStringSee Also