PercentDoneEventArgs C# Reference Documentation

PercentDoneEventArgs

Current Version: 9.5.0.72

Provides data for the OnPercentDone event.

Properties

Abort
public bool Abort {get; set; }

Set to true to abort the current method call.

top
PercentDone
public int PercentDone {get; }

The percentage of the current method call that has completed. This is a number from 1 to 100.

top