public event KeyPressEventHandler TextBoxKeyPressPublic Event TextBoxKeyPress As KeyPressEventHandlerpublic:
event KeyPressEventHandler^ TextBoxKeyPress {
void add (KeyPressEventHandler^ value);
void remove (KeyPressEventHandler^ value);
}member TextBoxKeyPress : IEvent<KeyPressEventHandler,
KeyPressEventArgs>