The event arguments used by HandleSerialization and HandleSerialization
to let registered serialization code perform the serialization of items.
Namespace: yWorks.yFiles.GraphML.WriterAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public sealed class HandleSerializationEventArgs : EventArgs |
| Visual Basic |
|---|
Public NotInheritable Class HandleSerializationEventArgs _ Inherits EventArgs |
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.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
yWorks.yFiles.GraphML.Writer..::..HandleSerializationEventArgs
System..::..EventArgs
yWorks.yFiles.GraphML.Writer..::..HandleSerializationEventArgs