This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Callback mechanisms
- Events vs. callback delegates vs. callback interfaces
- We provide several "callback" mechanisms:
- events (example: button)
- delegate (example: refelection member filters)
- interface (example: IComparer)
- What are the guidelines for selecting between these mechanisms?