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

Compare with Current View Page History

Version 1 Current »

Tile Item - ItemRealizing Event
Fired when an item design instance is realized, typically when the it comes in to the view port
Member of Tile Item (PRIM_TILE.TileItem)

Parameters

Name

Type

Data Type

Description

Item

*Input

PRIM_TILE.TileItem

Reference to the Tile item

Details


The ItemRealizing event is triggered when a design instance is realized.
Design instances are realized on creation if the Book DesignCreation property is set to Immediate. If it is set to OnViewing, the designs are only realized when necessary. This allows for the overhead of item updating to be delayed if required.
This feature is provide for completeness and is unlikely to be required for most development purposes.
Handling item realizing events in Tile is better managed using the OnItemRealizing interface method.

Example


Using the OnItemLostFocus interface method.
Mthroutine Name(OnItemRealizing) Options(*Redefine)
#Com_owner.Update
Endroutine

See also

All Component Classes
Technical Reference

  • No labels