Skip to main content

ASPxClientImageGalleryCancelEventHandler<Sender> Interface

A method that will handle the ASPxClientImageGallery.FullscreenViewerShowing event.

Declaration

interface ASPxClientImageGalleryCancelEventHandler<Sender> { (source: Sender, e: ASPxClientImageGalleryCancelEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source. Identifies the ASPxImageGallery control that raised the event.

e ASPxClientImageGalleryCancelEventArgs

An ASPxClientImageGalleryCancelEventArgs object that contains event data.

See Also