0
kicks
Some tips on writing event handling code in C# .NET
You can drop a lot of repetitive code in C# event declaration and raising (including some EventArgs declarations, defining custom delegates, checking for nulls) if you follow these tips.