List Cell Interface - OnItemLostFocus Method
Executed when focus is assigned to another item
Member of List Cell Interface (PRIM_LIST.IListCellDesign)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
ListItem | *Input | Reference to the list item losing focus selection |
Details
The OnItemLostFocus method is executed for each design instance when the list item becomes loses focus.
This will correspond with the ItemLostFocus event firing on the containing List.
Example
Redefine the method in the design reusable part.
Mthroutine Name(OnItemLostFocus) Options(*redefine)
* User code here
Endroutine