Skip to main content
A newer version of this page is available. .
Tab

ImageSliderClientSideEvents Properties

Contains a list of the client-side events available for an image slider.
Name Description
ActiveItemChanged Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientImageSlider.ActiveItemChanged event.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
ItemClick Gets or sets the name of the JavaScript function or the entire code which will handle an editor’s client ASPxClientImageSlider.ItemClick event.
ItemLoadedOnCallback Gets or sets a client-side handler for a client ASPxClientImageSlider.ItemLoadedOnCallback event.
ThumbnailItemClick Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientImageSlider.ThumbnailItemClick event.
See Also