Relative Content

Tag Archive for mvvmmauiclean-architecture

Mvvm with clean architecture, how to handle events in MAUI?

I am wondering how to achive clean architecture in my solution. I have projects: Core (Models, Messages, ViewModels), Mobile (Maui project), Shared (Dto projects). I have:
<PanGestureRecognizer PanUpdated="PanGestureRecognizer_PanUpdated"/>
in my View, which I pass it to the MyViewModel via: