New to Telerik UI for ASP.NET AJAX? Start a 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:
-
Sender—the RadClientExportManager object that fired the event.
-
Event arguments—a ClientExportManagerPdfExportedEventArgs object.