General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
ASPxHtmlEditor.FlashSelectorCustomThumbnail Event
Occurs each time before a thumbnail or a folder's icon is created in Flash Selector.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
public event FileManagerThumbnailCreateEventHandler FlashSelectorCustomThumbnail
Public Event FlashSelectorCustomThumbnail As FileManagerThumbnailCreateEventHandler
Event Data
The FlashSelectorCustomThumbnail event handler receives an argument of the FileManagerThumbnailCreateEventArgs type. The following properties provide information specific to this event.
Property | Description |
---|---|
File | Obsolete. Gets a file related to the event. |
IsParentFolder | Gets a value specifying whether the currently processed item is a parent folder. |
Item | Gets an item related to the event. |
ThumbnailImage | Gets the settings of a thumbnail image. |
Remarks
The FlashSelectorCustomThumbnail event enables you to provide a custom thumbnail. Within the event's handler, the currently processed item can be accessed by using the FileManagerThumbnailCreateEventArgs.Item property. If the parent folder is processed, the FileManagerThumbnailCreateEventArgs.IsParentFolder property returns true. To specify a custom thumbnail for the processed item, use the FileManagerThumbnailCreateEventArgs.ThumbnailImage property.
To customize the Flash Selector settings use the HtmlEditorInsertFlashDialogSettings.SettingsFlashSelector property.