AfterTableRowAdded event

This script event is fired after a table row is added. In this event initialization can be done for the new table cells.

ValidationForm_AfterTableRowAdded( _
    ByVal pXDoc As CASCADELib.CscXDocument, _
    ByVal pField As CASCADELib.CscXDocField, _
    ByVal RowIndex As Long _
    )
pXDoc

XDocument object that is currently loaded.

pField

Field that contains the table that the cell belongs to.

RowIndex

Zero-based index of added row.