PastedImageSavingEventHandler Delegate
Represents a method that will handle the ASPxHtmlEditor’s ASPxHtmlEditor.PastedImageSaving event.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void PastedImageSavingEventHandler(
object source,
PastedImageSavingEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. |
e | PastedImageSavingEventArgs | A PastedImageSavingEventArgs class instance containing event data. |
See Also