M
Mike Fechner
Guest
To my experience that refers to UI events. You can certainly subscribe to a class event and the event handler will execute when the event is raised. .NET Events are just synchronous (potentially multiple) call backs.
Continue reading...
Continue reading...