If we don't check the EventArgs in a protected event handler, FxCop raises CA1062:
Validate arguments of public methods
Yes, someone could theoretically inherit from my page class and call my protected event handling method as though it were a standard function. Dude, I don't care.
Suppress it?