Click or drag to resize

ProgressEventArgs Properties

The ProgressEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
When set to true, allows the current image processing function to be cancelled.
Public propertyCurrent
Gets the current value of the progress operation.
Public propertyMethodName
The name of the method calling the progress event.
Public propertyTotal
Gets the total number of units for this operation.
Top
See Also