fiogf49gjkf0d The business rules and events are intentionally separated from the UI. In short, you can't. The events have no knowledge of the UI - this is a good thing. The events fire from not only UI events, but any data change events from SData, mobile, etc. If you want the data on the UI to refresh, you'll need to do that from the UI layer. As Nick mentioned, you could add a RefreshData action on a control or controls to cause the screen to refresh/reload data from the bound entity. |