Programatically Creating and Invoking Events in C#
- 0
- Add a Comment
As some of you know, I code my ASP.NET code-behinds in two languages: C# for hobbies and projects, and VB.NET for work. I never had to instantiate and invoke events manually in C# before, just in VB.NET. But, because of the new stuff I’m doing in Z-Index 255, I had to come up with an implementation for C#. [...]
