Attention: We are retiring the IIS.NET Community Blogs. Learn more >

Contents tagged with Events

  • Virtual Events in C#

    One of the things that the language designers considered when designing the C# language was the ability to notify external callers of certain events happening. To solve this problem, they (surprise surprise) introduced the event construct.