docs

Binding Events

The OData V4 model supports certain events intended for applications, and others that are to be used for controls, as outlined in this section.


Events for Applications

For applications, the OData V4 model supports the following events:


Events for Controls

The events change and refresh are meant for controls only, and not available for app development. They indicate that the respective binding has new data which can be accessed by the control:

For more details, see the corresponding API documentation for the specific bindings ODataPropertyBinding, ODataContextBinding and ODataListBinding, as well as sap.ui.model.ChangeReason in the Demo Kit.

Related Information

ODataPropertyBinding

ODataContextBinding

ODataListBinding

sap.ui.model.ChangeReason