Click or drag to resize

AnnotationDeserializationEventHandler Delegate

Used to handle the AnnotationDeserialization event.

Namespace:  Atalasoft.Annotate.Formatters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void AnnotationDeserializationEventHandler(
	Object sender,
	AnnotationDeserializationEventArgs e
)

Parameters

sender
Type: SystemObject
The object sending the event.
e
Type: Atalasoft.Annotate.FormattersAnnotationDeserializationEventArgs
An AnnotationDeserializationEventArgs containing information about this event.
See Also