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

ASPxClientImageGalleryCancelEventArgs Members

Provides data for the ASPxClientImageGallery.FullscreenViewerShowing event.

Constructors

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

Properties

Name Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientCancelEventArgs.
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