C# has an exciting feature called events. Interestingly, the backbone of events is delegates. Since you already learned delegates, you are ready to play with events. This chapter simplifies the concept with easy-to-understand examples.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Events

  • Vaskaran Sarcar

摘要

C# has an exciting feature called events. Interestingly, the backbone of events is delegates. Since you already learned delegates, you are ready to play with events. This chapter simplifies the concept with easy-to-understand examples.