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