ASPxClientImageSlider Events
A client-side equivalent of the ASPxImageSlider object.Name | Description |
---|---|
ActiveItemChanged | Occurs after the active image, displayed within the image area, is changed. |
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
ItemClick | Fires after an image item has been clicked within the image area. |
ItemLoadedOnCallback | Fires for each Image Slider’s item that is loaded on callback. |
ThumbnailItemClick | Occurs on the client side when a thumbnail is clicked. |
See Also