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