Skip to main content

PastedImageSavingEventHandler Delegate

In This Article

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 PastedImageSavingEventArgs

A PastedImageSavingEventArgs class instance containing event data.

See Also