DitaMapfileCompareDotNet ProgressHandler DelegateDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Records progress for comparison stage events.

Namespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax

public delegate void ProgressHandler(
	int stagesStarted,
	int stagesCompleted,
	string stageDescription
)

Parameters

stagesStarted
Type: System Int32
Cummulative sum of Started events
stagesCompleted
Type: System Int32
Cummulative sum of Completed events
stageDescription
Type: System String
Label for the stage raising the event
See Also