P
Patrick McGuire
I have a form which opens another form, passing data to
the new form via the OpenArgs parameter of the Form.Open
method. My problem is that when I use the OpenArgs to
populate fields in the new form, I end up having problems
down the road with the Dirty event. After loading in this
way, user edits to fields on the new form do not result in
the Dirty event firing.
Is this a bug or a feature? And how do I best code
around this behavior?
Thanks.
Pat
the new form via the OpenArgs parameter of the Form.Open
method. My problem is that when I use the OpenArgs to
populate fields in the new form, I end up having problems
down the road with the Dirty event. After loading in this
way, user edits to fields on the new form do not result in
the Dirty event firing.
Is this a bug or a feature? And how do I best code
around this behavior?
Thanks.
Pat