documentationfor yFiles for HTML 2.6

QueryNameEventArgs

The event arguments used by QueryName to override automatic name determination in GraphML.

Inheritance Hierarchy
EventArgs
QueryNameEventArgs

Remarks

If the event handler determines that it map resolve type to a xml name, it should place the result into the result property and thus mark the event as handled.

It is valid to provide only part of the XML name by setting the other part to null. In that case, the default name determination rules are used for that part.

Type Details

yfiles module
view-graphml
yfiles-umd modules
view-graphml, view
Legacy UMD name
yfiles.graphml.QueryNameEventArgs

Constructors

Properties