Skip to main content

HtmlEditorSettings.ImageSelectorItemDeleting Property

OBSOLETE

Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector.ItemDeleting property instead.

Enables you to perform server-side processing of file/folder deletion operations initiated within the HtmlEditor’s Select Image dialog.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector.ItemDeleting property instead.")]
public FileManagerItemDeleteEventHandler ImageSelectorItemDeleting { get; set; }

Property Value

Type Description
FileManagerItemDeleteEventHandler

A FileManagerItemDeleteEventHandler delegate method to be called when a file or folder is about to be deleted within the HtmlEditor’s Select Image dialog.

Remarks

Implement a FileManagerItemDeleteEventHandler delegate method and assign it to the ImageSelectorItemDeleting property. For more implementation details, refer to the FileManagerItemDeleteEventHandler delegate description.

See Also