Fired when an item design instance 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 | 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