Quote Originally Posted by Zvoni View Post
I think that's the classic mistake understanding how the Terminate-Event works.
The Terminate-Event fires only when the last instance of the class is destroyed!
Um.. no.

What you might be trying to say is that the event is raised when the last counted reference to a class instance is released.