Ondocumentcreated, Ondocumentdatasourcechanged – Kofax DOKuStar Validation User Manual
Page 49
Advertising

DOKuStar Validation Programming Manual
Page
• 45
OnDocumentCreated
This event will be fired when a new document is created.
This may happen explicitly (e.g. when the user splits a document in the tree view) or by scripting code.
Definition:
Private Sub doc_OnDocumentCreated(ByVal Document As Document)
OnDocumentDataSourceChanged
These will be called when one of the data sources of the document (i.e. one of the images) is changing. This may
happen when
-
the user splits documents
-
the user joins documents
-
the user moves pages from one document to another
Definition:
Private Sub doc_OnDocumentDataSourceChanged(ByVal Document As Document)
Document
is the document whose data source has changed.
Advertising