Event
IT Notes → C# @ December 22, 2020
- Event formalizes the broadcaster, subscriber pattern.
- Code within the broadcaster type has full access to delegate.
Code outside of broadcaster can only perform += and -= operations. No delegate invocation.
Subscribe
Login
0 Comments