AnnotationDataCollectionTOnDeserialization Method |
Runs when the entire object graph has been deserialized.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void OnDeserialization(
Object sender
)
Public Sub OnDeserialization (
sender As Object
)
Parameters
- sender
- Type: SystemObject
The object that initiated the callback. The functionality for this parameter is not currently implemented.
Implements
IDeserializationCallbackOnDeserialization(Object)
Exceptions| Exception | Condition |
|---|
| SerializationException | Invalid object passed into the AnnotationDataCollection. |
See Also