Called after writing an XML workspace document.
[Visual Basic .NET] Public Sub AfterEndElement ( _ ByVal Element As String, _ ByVal URL As String, _ ByVal Object As Object, _ ByVal pXMLWriter As IXMLWriter _ )
[C#] public void AfterEndElement ( string Element, string URL, object Object, IXMLWriter pXMLWriter );
[C++]
HRESULT AfterEndElement(
BSTR Element,
BSTR URL,
LPUNKNOWN Object,
IXMLWriter* pXMLWriter
);
[C++]Parameters
Element [in] Element is a parameter of type BSTR URL [in] URL is a parameter of type BSTR Object [in] Object is a parameter of type LPUNKNOWN pXMLWriterpXMLWriter is a parameter of type IXMLWriter
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The AfterEndElement has methods to listen for events after the element is exported to Xml.