TableSelectionChanged event

Script event that is fired when the selected table object on the validation form has changed.

ValidationForm_TableSelectionChanged( _
    ByVal TableName As String, _
    ByVal pXDoc As CASCADELib.CscXDocument
    )
TableName

Name of the table field that is selected now.

pXDoc

XDocument object that is currently loaded.