ComboBoxDefinition.OnSelect Event
Parent Object: ComboBoxDefinitionDescription
Event that is fired when an end user changes the selection in the combo box or when the selection is changed using the ListIndex property. This event is not fired for built-in definitions.
Syntax
ComboBoxDefinition.OnSelect( Context As NameValueMap )Parameters
| Name | Type | Description |
| Context | NameValueMap | Input object that can be used to determine the context of why the event fired. |
