Back to Devexpress

TdxCustomImageSlider.OnChange Event

vcl-dximageslider-dot-tdxcustomimageslider-da5556d0.md

latest1.3 KB
Original Source

TdxCustomImageSlider.OnChange Event

Enables you to respond to image sliding.

Declaration

delphi
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

TdxCustomImageSlider Class

TdxCustomImageSlider Members

dxImageSlider Unit