Page 1 of 1

EventHandlerExtension

PostPosted: 22 Jun 2013, 11:53
by joppiesaus
Hi, I made some classes so it is easier for people to handle events in their plugins, for example to check if a button is clicked.

Class:
Spoiler:


Example:
Spoiler:


I hope this will help people :). This will cover the most basic things, the rest you have to code yourself.
Let me know if you have comments on this.

Re: EventHandlerExtension

PostPosted: 24 Jun 2013, 19:24
by joppiesaus
This is only important if you want to communicate between the Plugin class and your UserControl. You can just generate a UserControl and put events in there, is easier.