I was hoping that the Progress Bar would have a value changed event, so i can handle whenever the progress bar's value has changed, but there isnt one, and doesnt seem to be any event that is raised each time the progress value is changed.
I am considering implementing this event in my own progress bar control, but is there any possible impact on having an event like this - i am thinking that possibly because a progress value could change from 1 - 1000 in the space of a second - this could cause a massive strain on the application seeing as it would have to raise 1000 value changed events, and then run the code handling it?
Any one have any thoughts on this?
Cheers
I am considering implementing this event in my own progress bar control, but is there any possible impact on having an event like this - i am thinking that possibly because a progress value could change from 1 - 1000 in the space of a second - this could cause a massive strain on the application seeing as it would have to raise 1000 value changed events, and then run the code handling it?
Any one have any thoughts on this?
Cheers