Need to understand how events work with delegates in C#

前端 未结 0 323
無奈伤痛
無奈伤痛 2021-01-22 19:31

I cannot understand how delegates work with events in C#.

The form of the syntax is:

public event someNameDelegate someName;

control.someName += new control

相关标签:
回答
  • 消灭零回复
提交回复
热议问题