T
TF
hi,
i am using a ListBox control on a windows form using VB.Net. when i
set the DataSource property of the control to an ArrayList it fires
following events in this order:
SelectedIndexChanged
SelectedIndexChanged
DataSourceChanged
SelectedIndexChanged
is there any way to check in SelectedIndexChanged event handler that
if event is fired while setting DataSource property or user has
actually changed the item? SelectedIndex property doesn't work 'cause
it is already set to '0'.
BTW, why SelectedIndexChanged is fired 3-times?
Any help...
Thanks
TF
i am using a ListBox control on a windows form using VB.Net. when i
set the DataSource property of the control to an ArrayList it fires
following events in this order:
SelectedIndexChanged
SelectedIndexChanged
DataSourceChanged
SelectedIndexChanged
is there any way to check in SelectedIndexChanged event handler that
if event is fired while setting DataSource property or user has
actually changed the item? SelectedIndex property doesn't work 'cause
it is already set to '0'.
BTW, why SelectedIndexChanged is fired 3-times?
Any help...
Thanks
TF