K
KotBegemot
I have a ListView with multi select
I have 2 events: SelectedIndexChanged and ItemSelectionChanged
If user selects 200 items, these events will be called for 200 times
How can I get only 1 event on this 200 multi selection ?
Thanks!
I have 2 events: SelectedIndexChanged and ItemSelectionChanged
If user selects 200 items, these events will be called for 200 times
How can I get only 1 event on this 200 multi selection ?
Thanks!