Skip to main content
A newer version of this page is available. .

PastedImageSavingEventHandler Delegate

Represents a method that will handle the ASPxHtmlEditor’s ASPxHtmlEditor.PastedImageSaving event.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.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 PastedImageSavingEventArgs

A PastedImageSavingEventArgs class instance containing event data.

See Also