public void handler(IHTMLEventObj e) { if (!OnKeyUp.IsNull()) { OnKeyUp(this, new IControlHtmlKeyDownEventArgs(e, spanElement)); } }