How to deregister an event handler of another object for another object?
Posted
by rism
on Stack Overflow
See other posts from Stack Overflow
or by rism
Published on 2010-04-09T05:20:02Z
Indexed on
2010/04/09
5:23 UTC
Read the original article
Hit count: 325
c#
|event-handling
I have 3 objects. Object A has an event X that other objects can subscribe to. Object B registers for Object A's X event.
How do I deregister Object B from Object A's X event from within Object C?
© Stack Overflow or respective owner