idomprogressevent interface
The idomprogressevent interface corresponds to ProgressEvent.
Members
The idomprogressevent interface inherits from the IUnknown interface. idomprogressevent also has these types of members:
Methods
The idomprogressevent interface has these methods.
| Method | Description |
|---|---|
| initProgressEvent |
Initializes the value of a ProgressEvent object. |
Properties
The idomprogressevent interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Specifies whether the total size of the operation is known. | |
|
Read-only |
Specifies the number of bytes downloaded since the beginning of the operation. | |
|
Read-only |
Specifies the total number of bytes to be transferred during the operation, if known. |
Show: