Back to Devexpress

TdxTileControlItem.OnActiveFrameChanged Event

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitem-b3cf8ad6.md

latest1.8 KB
Original Source

TdxTileControlItem.OnActiveFrameChanged Event

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

TdxTileControlItemFrame

TdxTileControlController.StartItemContentAnimation

TdxTileControlController.StopItemContentAnimation

TdxTileControlItem.AnimationMode

TdxTileControlItem.OnFrameDestroy

TdxTileControlItem.OnFrameInitialize

TdxTileControlItem Class

TdxTileControlItem Members

dxCustomTileControl Unit