Control.OnKeyPress question
I am a bit confused with these methods (On...) defined in Control
the documentation says: Raises the KeyPress event.
protected virtual void OnKeyPress(
KeyPressEventArgs e
);
shouldn't it contain also a "this" parameter since event handlers of the keyPress event have both an object and and a KeyPressEventArgs parameter?
bilnaadPosted Nov 10, 2004, 12:26 PM
Andrzej WegierskiPosted Nov 10, 2004, 6:42 AM