In MVP a Presenter has reference/access to the View , i.e. you can directly bind to Click events or call a control’s method from the Presenter. In MVVM this isn’t allowed, as this breaks it.
Read moreIn MVP a Presenter has reference/access to the View , i.e. you can directly bind to Click events or call a control’s method from the Presenter. In MVVM this isn’t allowed, as this breaks it.
Read more