Service Event
|
Description
|
---|---|
ServiceInvokeCompleted
|
Triggers after a service is executed. For example, you can update data on a server by invoking a service. The ServiceInvokeCompleted event triggers when that data is updated. You can bind this event to another service and retrieve the updated data back to another widget.
|
AllDataChanged
|
Triggers when the service returns a data set and the data set is updated.
|
SelectedRowsChanged
|
Triggers when the selected data row is changed. For example, you can bind this event to a service that updates data when an item is selected in a Dropdown widget.
|