You can use the text change event. However, it is not clever because that fires with every keystroke. Better is to use something likewise the leave event. You can set that using the properties from your textbox and then take the flash in top to select the events.
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.leave(v=vs.110).aspx
Success
Cor
No comments:
Post a Comment