What is the difference between C# event handling (with all the delegates and things like that) and the events generated by double clicking on a form in designer (in Visual Studio) ?
What is the difference between C# event handling (with all the delegates and things
Share
There’s no difference.
The event handling and delegate are automatically declared by Visual Studio, and the code is written in the .Designer.cs