This method of the DWebBrowserEventsEventListener interface notifies an application that the progress of a download operation has been updated.
public void ProgressChange(int Progress, int ProgressMax);
Progress | [in] The amount of total progress to show, or -1 when progress is complete. |
ProgressMax | [in] The maximum progress value. |