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