I'm looking for a means of determining whether my user has changed the list of items that are checked in a checkedListBox component.
I was thinking along the idea of taking a snapshot of the SelectedIndices on starting the process and comparing this at a given time with the current SelectedIndex but can't seem to put it together.
I need to know when the user has changed the selected items in the checkedListBox from when the last snapshot was taken.
Anyone have any thoughts on this ?
Thanks in advance.
Steve
I was thinking along the idea of taking a snapshot of the SelectedIndices on starting the process and comparing this at a given time with the current SelectedIndex but can't seem to put it together.
I need to know when the user has changed the selected items in the checkedListBox from when the last snapshot was taken.
Anyone have any thoughts on this ?
Thanks in advance.
Steve