G
Guest
If I have 2 classes ("A" and "B") that inherit from the same base class, and
both override an event handler method HandleMyEvent(..), class "A" has a
hashtable of one or more class "B"'s. When the event is getting thrown,
class "A"'s overriden method HandleMyEvent(...) is catching it just fine, but
the the class "B"'s overriden method HandleMyEvent(...) doesn't seem to be
catching it. How do I get every instance of class "B" to catch the event in
it's overrided method HandleMyEvent(...)?
both override an event handler method HandleMyEvent(..), class "A" has a
hashtable of one or more class "B"'s. When the event is getting thrown,
class "A"'s overriden method HandleMyEvent(...) is catching it just fine, but
the the class "B"'s overriden method HandleMyEvent(...) doesn't seem to be
catching it. How do I get every instance of class "B" to catch the event in
it's overrided method HandleMyEvent(...)?