Skip to main content

TdxCustomImageSlider.OnChange Event

Enables you to respond to image sliding.

Declaration

property OnChange: TNotifyEvent read; write;

Remarks

This event is fired before the sliding animation plays in response to switching the currently displayed image using any of the following methods:

The Sender parameter references the slider control that fired the event.

Note that programmatically modifying the ItemIndex property value doesn’t fire the OnChange event.

See Also