You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

PRIM_TREE.TreeItem

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)

  • No labels