Skip to main content

MVCxHtmlEditorAudioSelectorSettings.AudioFileSaving Property

Allows you to process an uploaded audio file before it is saved to the server.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FileSavingEventHandler AudioFileSaving { get; set; }

Property Value

Type Description
FileSavingEventHandler

An FileSavingEventHandler delegate method allowing you to implement custom processing.

Property Paths

You can access this nested property as listed below:

Object Type Path to AudioFileSaving
MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .AudioFileSaving

Remarks

HtmlEditor provides you with the capability to process an uploaded file before it is saved to the server. You can process image, audio, video, and flash files by handling the corresponding events.

Use the AudioFileSaving property to process an audio file before it is saved to the server.

See Also