AfterComboboxItemSelected event

This event is fired after a user selected an item from the value list of a field's combo box. It is also fired when the same item is selected as before.

ValidationForm_AfterComboboxItemSelected( _
    ByVal ComboboxName As String, _
    ByVal pXDoc As CASCADELib.CscXDocument, _
    ByVal SelectedIndex As Long, _
    ByVal SelectedText As String _
    )
ComboboxName

Name of the field displayed as a combo box that triggers this event.

pXDoc

XDocument object that is currently loaded.

SelectedIndex

Zero-based index of the selected item within the list.

SelectedText

Text of the selected item that is assigned to the field.