Skip to main content
All docs
V25.1
  • PdfExportedEventHandler Delegate

    A method that will handle the PdfExported event.

    Namespace: DevExpress.Web.ASPxRichEdit

    Assembly: DevExpress.Web.ASPxRichEdit.v25.1.dll

    Declaration

    public delegate void PdfExportedEventHandler(
        object sender,
        PdfExportedEventArgs e
    );

    Parameters

    Name Type Description
    sender Object

    The event sender.

    e PdfExportedEventArgs

    An object that contains event data.

    See Also