Events

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

Why do my Events defined in an Interface show up as procedures
I have this so I can use it as a COM object in VB6. The object browser
in VB^ does not show it as an event (with the lightning symbol) but as a
procedure????
All the other definitions show and work correctly.

public interface IMyInterface

{

event MyDelegate MyEvent;

event MessageHandler MessageArrived;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top