Click or drag to resize

IExportProgressChangedArgs Interface

Interface for ExportProgressChanged, primarily for use with COM Interop.

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public interface IExportProgressChangedArgs

The IExportProgressChangedArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Current iteration
Public propertyIterationCount
Total number of iterations.
Public propertyRowsProcessed
Rows processed.
Public propertyRowsTotal
Total number of rows to process.
Public propertyRowValues
Rowdata in structured string representation.
Top
See Also