Private WithEvents m_object As CClassType
I understand that objects with this line above in it is to handle the events generated by this object.
My question is about when different classes have this same line in it. When an event is generated by this object do all those .cls files that have included the line above receive the event?
Thanks,
Mike
