List - ItemRealizing Event
Fired when an item design instance is realized, typically when the it comes in to the view port
Member of List (PRIM_MD.List)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Item | *Input | Reference to the item |
Details
The ItemRealizing event is executed when the design instance is realized.
Example
Using the ItemRealizing event
Evtroutine Handling(#List.ItemRealizing) Item(#item)
* User processing here
Endroutine