Click or drag to resize
ElementListenerListenedTo Method
Notifies the element listener that an element is no longer listened to.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
void ListenedTo(
	Path path,
	ElementListener listener
)

Parameters

path
Type: Apptus.Util.XmlPath
The path
listener
Type: Apptus.Util.XmlElementListener
The listener
See Also