Replies: 1 comment 3 replies
-
Hi, The repo is here: https://github.com/unoplatform/uno.csharpmarkup This is something we had discussed but preferred not to implement for now as it's relatively easy to add in your app as an extension method but most importantly, it is extremely prone to memory leaks as you're not ever unsubscribing from the handlers. More info here: https://github.com/unoplatform/uno.csharpmarkup/issues/93 |
Beta Was this translation helpful? Give feedback.
3 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'm in the process of migration from my home-brewed C# markup to Uno's C# markup. 99% of my home-brew version is redundant (or inferior) to Uno's C# markup. However, there is a small feature (that I use a lot) that I'd like to see if it would make sense to add to Uno's markup: adding event handlers. I've used ButtonBase.Click as an example, below.
sample usage:
Yes, the code's pretty simple:
I thought this might be a good first "pull request" for me but I failed to find the code base for Uno's C# markup in the public repos.
Beta Was this translation helpful? Give feedback.
All reactions