Click or drag to resize

AnnotationDataCollectionTOnDeserialization Method

Runs when the entire object graph has been deserialized.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void OnDeserialization(
	Object sender
)

Parameters

sender
Type: SystemObject
The object that initiated the callback. The functionality for this parameter is not currently implemented.

Implements

IDeserializationCallbackOnDeserialization(Object)
Exceptions
ExceptionCondition
SerializationExceptionInvalid object passed into the AnnotationDataCollection.
See Also