PercentDoneEventArgs VB.NET Reference Documentation

PercentDoneEventArgs

Current Version: 9.5.0.72

Provides data for the OnPercentDone event.

Properties

Abort
Abort As Boolean

Set to True to abort the current method call.

top
PercentDone
PercentDone As Integer (ReadOnly)

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

top