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

SvgExported

The client-side SvgExported event is raised when the svg 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 SvgExported property.

The client-side SvgExported event handler receives two arguments:

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

  2. Event arguments—a ClientExportManagerSvgExportedEventArgs object.

See Also

In this article