Page History
...
Member of Book Item (PRIM_BOOK.BookItem)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Item | *Input | Reference to the Book item |
Details
The ItemRealizing event is triggered when a design instance is realized.
...
Handling item realizing events in Book is better managed using the OnItemRealizing interface method.
Example
Using the OnItemLostFocus interface method.
Mthroutine Name(OnItemRealizing) Options(*Redefine)
#Com_owner.Update
Endroutine