Search
SerializeTagEventArgs.context Property
See Also
 





Gets an XmlPersistContext object providing helper read and write methods for various value types.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get context() {}

 Property Value

XmlPersistContext

An instance of the XmlPersistContext class.

 See Also