Occurs when the progress of an operation is updated.
Private Sub object_ProgressChange(ByVal Percent As Byte)
Part Description object An object expression that evaluates to an object in the Applies To list. Percent A percentage value that specifies the percentage amount of total progress to show.
The container could use the information provided by this event to update a progress indicator.The Progress event is not of the greatest use when calculating a CRC32 checksum in a single chunk, because the event is only able to fire upon the completion of each call to the assembly language code. See the sample project supplied for an illustration of this.