Share via


DWebBrowserEvents2.ProgressChange(Int32, Int32) Method

Definition

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

Applies to