M
Mike
Is it possible to determine whether a SelectIndexChanged event was
caused by a user making a selection or something changing in the
DataSet to which it is connected? I checked e:EventArgs and
sender:Object, but e is empty and I don't see anything helpful in
sender.
In my event handler for SomeCombo_SelectedIndexChanged, I need to be
able to do certain things *only* if it was the user that changed the
selection, not if the event is firing because the connected DataSet
changed.
Thanks!
caused by a user making a selection or something changing in the
DataSet to which it is connected? I checked e:EventArgs and
sender:Object, but e is empty and I don't see anything helpful in
sender.
In my event handler for SomeCombo_SelectedIndexChanged, I need to be
able to do certain things *only* if it was the user that changed the
selection, not if the event is firing because the connected DataSet
changed.
Thanks!