DWebBrowserEvents2.ProgressChange(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when the progress of a download operation is updated on the object.
public:
void ProgressChange(int Progress, int ProgressMax);
public void ProgressChange (int Progress, int ProgressMax);
abstract member ProgressChange : int * int -> unit
Public Sub ProgressChange (Progress As Integer, ProgressMax As Integer)
Parameters
- Progress
- Int32
- ProgressMax
- Int32