Page 1 of 1
EventHandler in C# script node
Posted: 06 Aug 2014, 15:19
by Poly Kim
hi,
Can I register EventHandler in C# script node?
I'm expecting something like "tab" key as it is in Visual Studio.
thanks
Poly
Re: EventHandler in C# script node
Posted: 06 Aug 2014, 16:08
by Poly Kim
seems that I can register without pushing "tab" key.
am i right ?
Poly
Re: EventHandler in C# script node
Posted: 06 Aug 2014, 23:36
by Robert
Hi Poly,
Could you give more details regarding what you are trying to achieve ?
Regards,
R
Re: EventHandler in C# script node
Posted: 07 Aug 2014, 01:07
by Poly Kim
hi, Robert
seems that I found the solution by myself.
thanks for your reply and interest.
Poly
Re: EventHandler in C# script node
Posted: 07 Aug 2014, 09:34
by Daniel Willer
Can you post your solution so that everyone get the benefit.
Regards
Daniel
Re: EventHandler in C# script node
Posted: 09 Aug 2014, 14:37
by Poly Kim
hi, Daniel
when i need to register an event in visual studio, i just push "tab" key after "+=" key. then, vs automatically make the method. I tried to do the same thing in ventuz c# script node, but it didn't work.
thus, i just did it in visual studio and just copied it in script node window. it works! that's it.
thanks
Poly