Hi :)
i am having a hard time understanding the concept of event & delegate.
i think i understand that one object start an event and some other objects can react while the event start.
but why is that different from the observer design pattern?
or how is it different from get/set properties settings? (like set that when the X property of an object set something happened in other objects)
can someone answer those questions?
and if u have a simple example of implementation of that issue ill be glad to read it
thanks!!! :)