Method '<methodname>' cannot handle Event '<eventname>' because they do not have the same signature
Visual Studio 2008
The parameters or parameter types for the specified event handler do not match those defined for the specified event.
Error ID: BC31029
To correct this error
Redefine the event or event handler so that the parameter lists match.