What is the syntax to declare an event in C#? - by Tilendor In my class I want to declare an event that other classes can subscribe to. What is the correct way to declare the event? This doesn't work: public event CollectMapsReportingComplete; Read the article