BindingMode 枚举 |
命名空间: CPF
public enum BindingMode
成员名称 | 值 | 说明 | |
---|---|---|---|
TwoWay | 0 | Data flows from source to target and vice-versa | |
OneWay | 1 | Data flows from source to target, source changes cause data flow | |
OneTime | 2 | Data flows from source to target once, source changes are ignored 数据从源流到目标一次, 源更改将被忽略 | |
OneWayToSource | 3 | Data flows from target to source, target changes cause data flow |