gentlecolder

Results 11 comments of gentlecolder

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?

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

![20151013094003](https://cloud.githubusercontent.com/assets/5178166/10443496/8215f356-718e-11e5-8863-cbd197282948.png)

node Code ![nodecode](https://cloud.githubusercontent.com/assets/5178166/10443565/1025c626-718f-11e5-965b-2263ba8a3e6f.png) C# CODE ![c code](https://cloud.githubusercontent.com/assets/5178166/10443579/209e6b2a-718f-11e5-9e50-dfc9a3ddb0e4.png)

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#