Theres no ValueChanged Event on the progress Bar

Did you know that the progressBar does not expose a ValueChanged event. Thats a shame. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsprogressbarmemberstopic.asp

Now you may ask why I want this. Well its simple. I am usign an ExtenderProvider to add additional properties and basically I want the provider to be informed when the value reaches the maximum so that Provider will offer different functionality. So now without an event, how do I know.

Back to the drawing board

Add comment

  Country flag


  • Comment
  • Preview
Loading