DitaTopicCompareProgressListener completed Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Report when each stage has been completed.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

void completed(
	int i1,
	int i2,
	string str
)

Parameters

i1
Type: System Int32

[Missing <param name="i1"/> documentation for "M:com.deltaxml.dita.DitaTopicCompareProgressListener.completed(System.Int32,System.Int32,System.String)"]

i2
Type: System Int32

[Missing <param name="i2"/> documentation for "M:com.deltaxml.dita.DitaTopicCompareProgressListener.completed(System.Int32,System.Int32,System.String)"]

str
Type: System String

[Missing <param name="str"/> documentation for "M:com.deltaxml.dita.DitaTopicCompareProgressListener.completed(System.Int32,System.Int32,System.String)"]

Remarks

Report when each stage has been completed.
See Also