List List Item - ItemRealizing Event

Fired when an item design instance is realized, typically when the it comes in to the view port

Member of List List Item (PRIM_LIST.ListItem)

Parameters

NameTypeData TypeDescription
Item*InputPRIM_LIST.ListItemReference to the item

Details

The ItemRealizing event is executed when the design instance is realized.
 
Design instances are realized on creation if the List DesignCreation property is set to Immediate. If it is set to OnViewing, the designs are only realized when necessary. This allows for the overhead of item updating to be delayed if required.
 
This event corresponds to the OnItemRealizing method on the PRIM_LIST.iListCellDesign interface

Example

Using the ItemRealizing event
Evtroutine Name(OnItemRealizing)
 
   * User processing here
 
Endroutine

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2