The event arguments used by HandleDeserialization and HandleDeserialization
to let registered deserialization code perform the deserialization.
Namespace: yWorks.yFiles.GraphML.ParserAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public sealed class HandleDeserializationEventArgs : EventArgs |
| Visual Basic |
|---|
Public NotInheritable Class HandleDeserializationEventArgs _ Inherits EventArgs |
Remarks
If the event handler determines that it can deserialize the XmlNode, it should place the result into
the Result property and thus mark the event as Handled.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
yWorks.yFiles.GraphML.Parser..::..HandleDeserializationEventArgs
System..::..EventArgs
yWorks.yFiles.GraphML.Parser..::..HandleDeserializationEventArgs