# onChange

```javascript
   console.log("Change detected");
   if(app.isLoadingRecord){
      console.log("The app is displaying a record and that triggered the event");
   }
```
