DropDown - DropDownValueChanged Event
Fired when the value of the dropdown edit is modified
Member of DropDown (PRIM_LIST.DropDown)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Item | *Input | Reference to the dropdown item that has just changed | |
Value | *Both | Unicode String | Value to be shown in the value area |
Image | *Both | Image to be shown in the value area |
Details
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.