Click or drag to resize

XmlStreamDeserializationInfo Events

The XmlStreamDeserializationInfo type exposes the following members.

Events
 NameDescription
Public eventAfterDeserializationHasCompletelyFinished Occurs after (!) the deserialization process has completely finished, and the dirty flag of the document was cleared. This callback is intended to activate the data sources of the document, which should be suspended during the deserialization process.
Public eventDeserializationFinished This event is called if the deserialization process of all objects is finished and the deserialized objects are sorted into the document. Then the application should call AllFinished, which fires this event. The purpose of this event is to resolve the references in the deserialized objects. This resolving process can be successfully done only if the objects are put in the right places in the document, so that the document paths can be resolved to the right objects.
Public eventStatic memberInstanceCreated 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.
Top
See Also