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

Compare with Current View Page History

Version 1 Next »

Carousel - ItemRealizing Event
Fired when an item design instance is realized, typically when the it comes in to the view port
Member of Carousel (PRIM_CARO)

Parameters

Name

Type

Data Type

Description

Item

*Input

PRIM_CARO.CarouselItem

Reference to the Carousel item

Details


The ItemRealizing event is executed when the design instance is realized.
Design instances are realized on creation if the Carousel 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 event corresponds to the OnItemRealizing method on the Prim_Caro.iCarouselDesign interface

Example


Using the ItemRealizing event
Evtroutine Name(OnItemRealizing)

  • No labels