P
Pritcham
Hi
If there are a number of textboxes (e.g.) on a form that are manually
bound to an object (by using textbox.DataBindings.Add("Text", object,
"PropertyToBind")) is there any way of intercepting all of the Format()
and Parse() events that occur for each of these textboxes (so I can do
some checking for nulls and reformat etc accordingly) or would I have
to implement the OnParse() OnFormat handlers for each textbox?
Thanks in advance
Martin
If there are a number of textboxes (e.g.) on a form that are manually
bound to an object (by using textbox.DataBindings.Add("Text", object,
"PropertyToBind")) is there any way of intercepting all of the Format()
and Parse() events that occur for each of these textboxes (so I can do
some checking for nulls and reformat etc accordingly) or would I have
to implement the OnParse() OnFormat handlers for each textbox?
Thanks in advance
Martin