AfterTableCellConfirmed event

This script event is fired when the user confirms a single table cell with Enter.

ValidationForm_AfterTableCellConfirmed( _
    ByVal pXDoc As CASCADELib.CscXDocument, _ 
    ByVal pField As CASCADELib.CscXDocField, _ 
    ByVal RowIndex As Long, _ 
    ByVal ColumnIndex 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 the row the confirmed table cell belongs to.

ColumnIndex

Zero-based index of the column in the table the cell belongs to. Using invisible columns this can be different from the displayed column index.