Icon EDBProgressEventArgs Class

The EDBProgressEventArgs class is used to instantiate the parameters for the EDBProgressEvent delegate.

Namespace: Elevate.ElevateDB.Data

Inherits From System.EventArgs

Constructors

(ProgressPercentDone: Int32)

Properties
PropertyDescription
PercentDone: Int32Indicates the percentage completed for the current command execution.
Continue: BooleanIndicates whether the command execution should continue or not.
Image