Event for view leave
问题 I declared a controller for a view in my SAPUI5 application. Now I want to perform tasks when the view is left by the user. There is already a possibility to add a callback function to attachRoutePatternMatched to perform tasks when the view is navigated by the user now I need a equivalent function to handle a leave of the view. I use a SplitContainer as parent container onInit: function() { this._oRouter = this.getOwnerComponent().getRouter(); this._oRouter.attachRoutePatternMatched(this.