MVCxHtmlEditorVideoSelectorSettings.ItemDeleting Property
Enables you to perform custom actions before an item is deleted in the Video Selector, and allows you to cancel the action.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
FileManagerItemDeleteEventHandler | An FileManagerItemDeleteEventHandler delegate method allowing you to implement custom processing. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ItemDeleting |
---|---|
MVCxHtmlEditorInsertVideoDialogSettings |
|
Remarks
The delegate method parameter’s FileManagerItemDeleteEventArgs.Item property identifies the item that is being processed. To cancel the delete operation, set the FileManagerActionEventArgsBase.Cancel property to true. To show a message explaining the reason for canceling the delete operation, specify the FileManagerActionEventArgsBase.ErrorText property.