protected override void OnKeyPress(KeyPressEventArgs e) { Console.WriteLine("MyTextBox.OnKeyPress({0})", e.Dump()); base.OnKeyPress(e); }