gentlecolder
gentlecolder
thanks in advance
thank, i have solved it, just recomplie the edge which let the long allconvert to string
I tried many times as read the instruction: Func dataChanged=(Func)input.DataChangedHandler; Box.DataMonitorValueChanged +=await dataChanged; does it is not suport eventhandler since its delegate is async method?
delegate tag can not submit above "Func"
the erro is cannot wait System.Func i donot know why?i hope there is a solution which can trans the event result from the .NET to node.js method.
I and i saw .net can handle node events, but node can not handle .net events, that's not fair.
The debug complied error is: System.Func” can not implicit casting “System.EventHandler then i changed the Func to Func

node Code  C# CODE 
it seamed that the node function can not changed to Eventhandler implicitly, why? doest that means Eventhandler is not a function in C#. I am not good at C#