BeforeTableRowDeleted event

This script event is fired before a table row is deleted.

ValidationForm_BeforeTableRowDeleted( _
    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 the row that is deleted.