Skip to main content

ASPxClientImageGalleryFullscreenViewerEventArgs Members

Provides data for the ASPxClientImageGallery.FullscreenViewerActiveItemIndexChanged event.

Constructors

Name Description
constructor(index, name) Initializes a new instance of the ASPxClientImageGalleryFullscreenViewerEventArgs class.

Properties

Name 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.
See Also