lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
Generic Event Handler
23 April 09 09:14 AM | Frederick.Chapleau | with no comments
Did you know that since .NET 2.0, a generic event handler exists? In the System root, there is a EventHandler< eventArg >… So, it’s no longer needed to create the typed Handler, just create your EventArgs, and Declare your event! -f.
Filed under: