Page 1 of 1

Raising events in interfaces

Posted: Sat Jan 19, 2013 3:33 pm
by Filip
Hello,

Is there a way to raise an event in public interface which would be used for plugin support.

Code of interface is following:
Code: Select all
    Event commandTriggered(ByVal command As String, ByVal args() As String)
Thank you for your time!