This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Delegate Sub BeforeStartElementEventHandler ( _ ByVal Element As String, _ ByVal URL As String, _ ByVal Object As Object, _ ByVal pXMLWriter As IXMLWriter _ )
[C#] public delegate void BeforeStartElementEventHandler ( string Element, string URL, object Object, IXMLWriter pXMLWriter );