Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlItem.OnActiveFrameChanged Event

In This Article

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

#Declaration

Delphi
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