Back to Devexpress

ImageGalleryCustomImageProcessingEventHandler Delegate

aspnet-devexpress-dot-web-fd9d5c45.md

latest1.6 KB
Original Source

ImageGalleryCustomImageProcessingEventHandler Delegate

A method that will handle the ASPxImageGallery.CustomImageProcessing event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void ImageGalleryCustomImageProcessingEventHandler(
    object source,
    ImageGalleryCustomImageProcessingEventArgs e
);
vb
Public Delegate Sub ImageGalleryCustomImageProcessingEventHandler(
    source As Object,
    e As ImageGalleryCustomImageProcessingEventArgs
)

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | ImageGalleryCustomImageProcessingEventArgs |

A ImageGalleryCustomImageProcessingEventArgs object that contains event data.

|

See Also

Image Gallery

Introduction to Delegates

DevExpress.Web Namespace