hi
First I’d like to point out that I do understand how to use Events according to Net Framework guidelines, I just don’t understand the benefits of this Event pattern
From MSDN site:
"The .NET Framework guidelines indicate that the delegate type used for an event should take two parameters...
hi
I’m a bit confused about when I should implement events and when delegates.
BTW: I realize that event is only a modifier that gives controlled access to its privately declared delegate
1)
a) As far as I understand it, we should choose events over delegates when encapsulation is of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.