Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5250
ultraTextEditor Click event does not fire
posted

Hi all

I have a simple form (Framework 3.5 and VS 2012) with two controls on it.
One standard TextBox and one UltraTextEditor (12.1).
On both I hook to the Click event:
- this.textBox1.Click += new System.EventHandler(this.textBox1_Click);
- this.ultraTextEditor1.Click += new System.EventHandler(this.ultraTextEditor1_Click);

When I now click on the standard TextBox, the event is fired.
When I click on the UltraTextEditor, the event is not fired.

What am I doing wrong ??

Thanks and best regards
Frank Uray

Parents Reply Children