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

PastedImageSavingEventArgs Class

Provides data for the ASPxHtmlEditor.PastedImageSaving event.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class PastedImageSavingEventArgs :
    FileSavingEventArgs,
    IFilePlaceholder

Remarks

Objects of the PastedImageSavingEventArgs type are used as arguments for the ASPxHtmlEditor.PastedImageSaving event, generated on the client side.

PastedImageSavingEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.

See Also