AfterFieldChanged event

This script event is fired when the user changes a field's value.

ValidationForm_AfterFieldChanged( _
    ByVal pXDoc As CASCADELib.CscXDocument, _
    ByVal pField As CASCADELib.CscXDocField _
    )
pXDoc

XDocument object that is currently loaded.

pField

Field object that is changed.