C# BackgroundWorker ReportProgress Int32?
See the question and my original answer on StackOverflowThe ProgressChangedEventArgs Class can take an optional UserState value. You can pass anything you want to this (including for example a double value). Set it with the ReportProgress method