405 Views
First, I'll review the functionality of the component I introduced in the last article. The component features an input control An event handler, HandleInput, is wired up to the input event of the control As the user types, the event handler executes. The handler checks the length of the input's value.
0 comments