documentationfor yFiles for HTML 2.6

HandleSerializationEventArgs

The event arguments used by HandleSerialization and HandleSerialization to let registered serialization code perform the serialization of items.

Inheritance Hierarchy
EventArgs
HandleSerializationEventArgs

Remarks

If the event handler determines that it can serialize the item, it should use the writer for output and mark the event as handled so that other code will not perform serialization, too.

Type Details

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

Constructors

Properties

Methods