Hi there, I am wondering if the SfPullToRefresh control has MVVM support for event handling? The app that I am testing the control with uses Prism as its MVVM framework, and I tried to wire up the Pulling, Refreshing, Refreshed events to a bound event handler from the ViewModel, but I am getting XAML compile errors. If I wire up these events via code-behind, they seem to work OK.
I cannot really call events in code-behind as the app is completely MVVM, it just wouldn't be proper. Is there any support for MVVM with this control?