F
Fizgig
I have a ListView control and based on the item selection, another
control is updated. That update process is relatively slow.
I subscribed to the selectedindexchanged event, but that event is not
really helpfull in my case as it fires twice for every change in the
selection, once for clearing the selection and once for adding the new
selected item.
As I allow multiple selections, this is even worse (10 or 11 events
when you select 10 items, depending on your initial state).
What I need is a AfterSelectedIndexChanged event, but without access
to the source I'm not sure what's the best way to fake this.
Any thoughts?
control is updated. That update process is relatively slow.
I subscribed to the selectedindexchanged event, but that event is not
really helpfull in my case as it fires twice for every change in the
selection, once for clearing the selection and once for adding the new
selected item.
As I allow multiple selections, this is even worse (10 or 11 events
when you select 10 items, depending on your initial state).
What I need is a AfterSelectedIndexChanged event, but without access
to the source I'm not sure what's the best way to fake this.
Any thoughts?