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
  • Properties

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

lengthComputable

Read-only

Specifies whether the total size of the operation is known.

loaded

Read-only

Specifies the number of bytes downloaded since the beginning of the operation.

total

Read-only

Specifies the total number of bytes to be transferred during the operation, if known.