DropDown - DropDownValueChanged Event
Fired when the value of the dropdown edit is modified
Member of DropDown (PRIM_LIST.DropDown)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Item | *Input | PRIM_LIST.ListItem | Reference to the dropdown item that has just changed |
| Value | *Both | Unicode String | Value to be shown in the value area |
| Image | *Both | PRIM_FLBX | Image to be shown in the value area |
The DropDownValueChanged event is fired whenever the DropDown needs to update its edit area. The Value and Image parameters allow a revised value and image to be supplied. This event corresponds to the OnDropDownValueChanged method on the ListCellDesign interface.
Febuary 18 V14SP2