is listening to an event of a base class safe?

Posted by Gady on Stack Overflow See other posts from Stack Overflow or by Gady
Published on 2010-05-13T08:29:26Z Indexed on 2010/05/13 8:34 UTC
Read the original article Hit count: 208

Filed under:
|
base.event += this.EventHandler()

is this code safe ? will it cause a leak ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about events