void removeTip(ScintillaNet.ScintillaControl sender, int ch) { sender.CallTipCancel(); sender.CharAdded -= removeTip; }