Click or drag to resize

XmlStreamDeserializationInfoInstanceCreated Event

Occurs when a new instance of this class is created. Argument is the created instance. This event is hold weak, thus you can safely add your handler without running in memory leaks.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static event Action<XmlStreamDeserializationInfo> InstanceCreated

Value

ActionXmlStreamDeserializationInfo
See Also