FileManagerThumbnailCreateEventHandler Delegate
A method that will handle the ASPxFileManager.CustomThumbnail event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void FileManagerThumbnailCreateEventHandler(
object source,
FileManagerThumbnailCreateEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| source | Object | An object representing the event’s source. |
| e | FileManagerThumbnailCreateEventArgs | An FileManagerThumbnailCreateEventArgs object that contains event data. |
See Also