You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See discussion here: elmish/Elmish.WPF#33. Basically, if your Xamarin Xaml wires up an event then you end up dropping out of the Elmish programming model, which feels wrong
Conversation with Xamarin.Forms archtiects:
I am wondering if it would make sense to allow
ItemSelected=“{Binding [ItemSelected]}”
where the view model property returns a delegate of an appropriate type. XF would store this as if it were a one-way property binding, and invoke the delegate as needed when firing the event. That seems to make sense, at least in theory.
The text was updated successfully, but these errors were encountered:
dsyme
changed the title
Wiring up events drops out of the Elmish model
Static Bindings: Wiring up events drops out of the Elmish model
Apr 30, 2018
dsyme
changed the title
Static Bindings: Wiring up events drops out of the Elmish model
Static View Bindings: Wiring up events drops out of the Elmish model
Apr 30, 2018
See discussion here: elmish/Elmish.WPF#33. Basically, if your Xamarin Xaml wires up an event then you end up dropping out of the Elmish programming model, which feels wrong
Conversation with Xamarin.Forms archtiects:
The text was updated successfully, but these errors were encountered: