|
-
Feb 3rd, 2004, 01:08 AM
#1
Thread Starter
Registered User
stopping the combo index changed event
I have an array list that I use as the datasource of a combobox. When I set the datasource of the combo equal to the arraylist, it triggers the combo index changed event once for every item in the array list.
Now usually this wouldn't matter but in this case as there is a sizeable amount of code that runs for the index changed event, I don't want this to happen.
My work around is a boolean for the event to run or not but this is ugly, is there any other way around this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|