EventToCommandBehavior should pass arguments by default without needing to specify TypeArguments #917
Closed
symbiogenesis
started this conversation in
New Feature Discussions
Replies: 1 comment
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This tip about x:TypeArguments turned out to be very important for me, but since every implementation of EventToCommandBehavior that I had used in the past didn't need this kind of help, it seems like the CommunityToolkit should not require it to pass parameters.
Wouldn't it be better if the default behavior used reflection to discover the argument type?
Beta Was this translation helpful? Give feedback.
All reactions