Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

EventHandler in C# script node

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
User avatar
Poly Kim
Posts: 46
Joined: 30 Apr 2014, 07:24
Location: Seoul, South Korea
Contact:

EventHandler in C# script node

Post by Poly Kim » 06 Aug 2014, 15:19

hi,

Can I register EventHandler in C# script node?

I'm expecting something like "tab" key as it is in Visual Studio.

thanks
Poly

User avatar
Poly Kim
Posts: 46
Joined: 30 Apr 2014, 07:24
Location: Seoul, South Korea
Contact:

Re: EventHandler in C# script node

Post by Poly Kim » 06 Aug 2014, 16:08

seems that I can register without pushing "tab" key.

am i right ?

Poly

User avatar
Robert
Posts: 318
Joined: 21 Jan 2012, 09:25
Location: Toulouse - France
Contact:

Re: EventHandler in C# script node

Post by Robert » 06 Aug 2014, 23:36

Hi Poly,

Could you give more details regarding what you are trying to achieve ?

Regards,

R

User avatar
Poly Kim
Posts: 46
Joined: 30 Apr 2014, 07:24
Location: Seoul, South Korea
Contact:

Re: EventHandler in C# script node

Post by Poly Kim » 07 Aug 2014, 01:07

hi, Robert

seems that I found the solution by myself.

thanks for your reply and interest. :)

Poly

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: EventHandler in C# script node

Post by Daniel Willer » 07 Aug 2014, 09:34

Can you post your solution so that everyone get the benefit.

Regards
Daniel

User avatar
Poly Kim
Posts: 46
Joined: 30 Apr 2014, 07:24
Location: Seoul, South Korea
Contact:

Re: EventHandler in C# script node

Post by Poly Kim » 09 Aug 2014, 14:37

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

Post Reply