Replies: 1 comment 8 replies
-
Generally, we put a single intuitive action linked to a control there. Usually, that would be click/selection/navigation, actions that are commonly used. That said, not every click/selection/navigation handlers should be included here. But, you are free to create your own attached properties to associate a specific control events to an There is also https://github.com/microsoft/XamlBehaviors (uno fork) worth considering. It lets you bind pretty much to any event, albeit with a much more verbose syntax. |
Beta Was this translation helpful? Give feedback.
8 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.
-
I would like to implement WebView2 from Uno specifics but I would not think its having a Click Event which is the normal default for CommandExtensions if I remember correctly🤔
What I could think of that would make sense for this, is that the Default could reasoned be the
Source
Property of it, because this could potentially simplify its implementation in Mvux Models maybe. And I think that the NavigationCompleted Event might be then a good choice for the trigger or the OnSourceChanged or similar?But generally some information what I could expect as Property/Trigger would be a good start 👍
Beta Was this translation helpful? Give feedback.
All reactions