Are there any events that fire when a CarouselPage is swiped (ie, the CurrentPage changes)?
I have a situation where a binding doesn't quite work, and would like to perform an operation when the page is changed.
i know that page.Appearing() gets fired all at once rather than when it seems to 'appear' to the user, so I was hoping the MultiPage event NotifyCollectionChangedEventHandler PagesChanged would be my answer but the documentation doesn't seem like it is exactly what I am looking for (and it doesn't appear to be firing or I am doing it wrong).
Thanks