S
sjoshi
I have a class that sends event notifications during a time consuming
operation. In the UIclass for the form, I have subscribed to that event
to paint the progress bar in this
_backupMgr_PercentCompleted(object sender, JobCompletedEventArgs e)
{
}
If I now use a background worker now in the UI, how would I handle the
paint in do_work method ?
thanks
Sunit
operation. In the UIclass for the form, I have subscribed to that event
to paint the progress bar in this
_backupMgr_PercentCompleted(object sender, JobCompletedEventArgs e)
{
}
If I now use a background worker now in the UI, how would I handle the
paint in do_work method ?
thanks
Sunit