%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
MergeDocumentFinshedDelegate Delegate
See Also 
vdWebLibrary Namespace : MergeDocumentFinshedDelegate Delegate
eventargs
Method arguments that contains information about the merge document.
Represents a method that is called when MergeDocument is finished.

Syntax

JScript 
public delegate MergeDocumentFinshedDelegate( 
   eventargs : MergeDocumentEventArgs
)

Parameters

eventargs
Method arguments that contains information about the merge document.

See Also