New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

PdfExported

The client-side PdfExported event is raised when the PDF file is already exported by RadClientExportManager.

To handle this event, simply write a JavaScript function that can be called when the event occurs. Then assign the name of this function as the value of the the PdfExported property.

The client-side PdfExported event handler receives one argument:

  1. Sender—the RadClientExportManager object that fired the event.

  2. Event arguments—a ClientExportManagerPdfExportedEventArgs object.

See Also

In this article