G
Guest
I have a class which exposes number of events. If client doesn't subscibe to
an event, I get a runtime error when event is raised. What's the way to deal
with it?, other than making sure all events are subscribed to.
an event, I get a runtime error when event is raised. What's the way to deal
with it?, other than making sure all events are subscribed to.