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

ASPxClientImageGallery.FullscreenViewerActiveItemIndexChanged Event

Occurs on the client side after an active item has been changed within the fullscreen viewer.

Declaration

FullscreenViewerActiveItemIndexChanged: ASPxClientEvent<ASPxClientImageGalleryFullscreenViewerEventHandler<ASPxClientImageGallery>>

Event Data

The FullscreenViewerActiveItemIndexChanged event's data class is ASPxClientImageGalleryFullscreenViewerEventArgs. The following properties provide information specific to this event:

Property Description
index Gets the index of the item related to the event.
name Gets the unique identifier name of the item related to the event.

Remarks

Write a FullscreenViewerActiveItemIndexChanged event handler to perform specific actions on the client side each time an active item has been changed. You can use the event parameter’s ASPxClientImageGalleryFullscreenViewerEventArgs.index property to identify the active item’s index.

See Also