Workbook AfterXmlExport Event

Syntax
Private Sub Workbook_AfterXmlExport(ByVal Map As XmlMap, ByVal Url As String, ByVal Result As XlXmlExportResult)
Enter Code
End Sub

This event will run after exporting XML map within an excel workbook.

Required Parameters
Map
The map parameter returns the exported XML map as an XMLMap object.  This allows users to manipulate the XML map or display various XML map attributes. 

Url
The url parameter returns the a string location of where the XML map is being saved to.

Result
The result parameter returns a value of true if the XML map successfully saved and a value of false if the value failed to save properly.