Event Data
The event handler receives an argument of type ProcessImageProgressChangedEventArgs containing data related to this event. The following ProcessImageProgressChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether processing should cancel and return early. |
ProgressPercentage | Gets the task progress percentage. |
See Also