Okay I added that line to the event handling function, but it still didn't catch the event. What is the scope of the an event, can it cross instances of a class? Because I am calling function that raises the event from one instance of the class, and trying to capture the event from another...