DataProxyWriteMode
Description:
[ CCode ( cprefix = "GDAUI_DATA_PROXY_WRITE_ON_" , has_type_id = false ) ]
public enum DataProxyWriteMode
Defines when the data modifications held in the underlying DataProxy are written to the data model being
proxied (using apply_row_changes).
Content:
Enum values:
- DEMAND - write only when explicitly
requested
- ROW_CHANGE - write when the
current selected row changes
- VALUE_ACTIVATED - write
when user activates a value change
- VALUE_CHANGE - write when a
parameters's value changes