PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the XmlProcessorListener class.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public XmlProcessorListener(
	string namespacePrefix,
	string namespaceUri,
	<> handler
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	namespacePrefix As , _
	namespaceUri As , _
	handler As (Of ) _
)

Parameters

namespacePrefix
String
The name space.
namespaceUri
String
The namespace URI.
handler
EventHandler<(Of <XmlProcessorEventArgs>)>
The handler.

See Also

Advanced