ElementListenerStart Method A Sandcastle Documented Class Library
Notifies the element listener that an element starts.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
void Start(
	Path path,
	Dictionary<string, Attribute> attributes
)

Parameters

path
Type: Apptus.Util.XmlPath
The path of the element
attributes
Type: System.Collections.GenericDictionaryString, Attribute
The attributes of the element
See Also

Reference