CalciumFramework / Samples

Samples demonstrate how to use some of the features of Codon.
3 stars 2 forks source link

EventToCommand #5

Open abrasat opened 7 years ago

abrasat commented 7 years ago

Does the Codon framework support the event to command behaviour ? If yes, is there any sample available that demonstrates it ? Is for instance possible to use the ItemTapped event on a line in a gridview, to navigate to a detailed view page, by passing as parameter the binding context (view model) of the tapped item ?

DVaughan commented 7 years ago

Not yet. There is a CommandBehavior for WPF and UWP, but it has a dependency on System.Interactivity and I don't like any dependencies in the code-base - so it's commented out for the meantime. In the meantime, I did find this this

abrasat commented 7 years ago

Thank you for the link, it helped.