Skip to main content

TdxTileControlItem.OnActiveFrameChanged Event

Enables you to respond to changing a frame within the current tile item.

Declaration

property OnActiveFrameChanged: TdxTileControlItemEvent read; write;

Remarks

Sender references the tile item.

This event fires before the frame animation is played in response to changing the ActiveFrameIndex or ActiveFrame property, either manually (directly changing one of these properties) or automatically (when a new frame slides in after the animation delay has passed). Refer to the TdxTileControlItemDetailOptions.DetailControl property description for an example on how to handle the OnActiveFrameChanged event.

See Also