I have a panel and in it are a couple of text boxes, I want to decide if to enable a button (also inside the panel) by the values of the the text boxes.
Is there a predefined event the panel is registered to that captures the inner text-boxes onTextChange event?
Thanks, Shuky
Unfortunately you have to do it yourself (subscribe to the event on the text boxes).