HtmlEditorSettings.DocumentSelectorItemDeleting Property
OBSOLETE
Use the Settings
Enables you to perform server-side processing of file/folder deletion operations initiated within the HtmlEditor’s built-in Document Selector.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the SettingsDialogs.InsertLinkDialog.SettingsDocumentSelector.ItemDeleting property instead.")]
public FileManagerItemDeleteEventHandler DocumentSelectorItemDeleting { get; set; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
Implement a FileManagerItemDeleteEventHandler delegate method and assign it to the DocumentSelectorItemDeleting property. For more implementation details, refer to the FileManagerItemDeleteEventHandler delegate description.