LayerAnnotationOnDeserialization Method |
Called when a formatter is finished deserializing the LayerAnnotation.
Namespace:
Atalasoft.Annotate.UI
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 calling this method. This is normally null (Nothing in VB).
Implements
IDeserializationCallbackOnDeserialization(Object)
See Also