Click or drag to resize

mxSaxOutputHandlerElementHandler Delegate

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the requirements for an object that parses a node.

Namespace:  imbSCI.Graph.MXGraph.reader
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public delegate void ElementHandler(
	Dictionary<string, string> atts
)
Request Example View Source

Parameters

atts
Type: System.Collections.GenericDictionaryString, String
See Also