E
esha
When Form is invoked with
myForm.Show
what is the last event of the form object?
I have some code in TextChanged events of many TextBoxes and other controls
populated with data from datatable via BindingSourse. I want to set the flag
blnDataChanged = True only when data changed by the user, not when data in
controls is changed by initial populating. I think the flag should be set to
false after all events of the form have been fired. But I tried Activated,
Shown and some others and all the time the flag is set to true after initial
load of the form
Thanks
Esha
myForm.Show
what is the last event of the form object?
I have some code in TextChanged events of many TextBoxes and other controls
populated with data from datatable via BindingSourse. I want to set the flag
blnDataChanged = True only when data changed by the user, not when data in
controls is changed by initial populating. I think the flag should be set to
false after all events of the form have been fired. But I tried Activated,
Shown and some others and all the time the flag is set to true after initial
load of the form
Thanks
Esha