In my scenario it's not easily possible to combine them.
The only option I can see is a service by which I can add\remove
handlers in S#, something like
AddHandler(elem, eventName, onClick1);
such that adding\removing handlers is centralized and there is
actually a single subscription to the event handler.
This needs to be implemented in C# code where I keep an array of all
the handlers for that element and that event.
Also I need to see how to make the syntax to look pretty, because
writing the event name as a string is not.
Not sure if even all this possible.
What do you think?
Thanks!
On Mar 30, 9:29 pm, "
Piter.Prot...@gmail.com"