Hi,
I have an application that hosts the windows forms designer. I can add controls to my designer and when selected the properties for those controls appear in my property grid. I have also got the eventstab to appear on the properties grid. The next stage of my app is to allow users to add their own code to events I expose on the controls through the property grid.
The problem I am facing now is how do I implement an event binding service? I assume I have to implement the IEventBindingService Interface but cannot find any documentation or sample code on how this can be done.
Any help is much appreciated.
Thanks,
Darren