How to set different x:DataType on TapGestureRecognizers with Command from PageViewModel and CommandParameter from childviewmodel? #30374
-
I get lots of compiler warnings for not setting x:DataType on my TapGestureRecognizers.
The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
what is stopping you from defining the datatype directly inside the Command or CommandParameter declarations? |
Beta Was this translation helpful? Give feedback.
I'd just do something like
that's how it is working on my app