Hi,
Reading the documentation, the Parse event of the Binding for the control is
supposed to happen after the Validated event, after EndCurrentEdit is called
or when the Position changes.
I have breakpoints in Parse, Validating and Validated handlers.
In my case, I am typing something into a field, then switching focus to
another control. So reasons 2 and 3 do not apply.
As soon as I switch focus to another control, Parse runs. Validating and
Validated run later.
Why is this? The documentation says that Parse is supposed to run *after*
Validated, not before.
Any ideas?