I just use the addedToStage or removedFromStage events available on every View page. On either, you can just dispatch a custom event.
On Aug 27, 2013, at 9:25 PM, Frank Dahmen wrote: > Hi, > > is there any event which can be catched whenever a view is pushed or popped > from a ViewNavigatorApplication? > I'd like to reset the the state of the navigationContent when the view > changes. > > Thanks