DitaMapTopicsetCompareDotNet ProgressTopicProcessHandler DelegateDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Records details on topic processing Started and Completed events

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

public delegate void ProgressTopicProcessHandler(
	string href,
	DitaMapTopicsetCompareDotNet..::..ProcessingMode processMode
)

Parameters

href
Type: System String
The URI of the topic processed.
processMode
Type: DeltaXML.DitaCompareApi DitaMapTopicsetCompareDotNet ProcessingMode
How the topic was processed.
See Also