Click or drag to resize

AnnotationDataImporterOnAnnotationImported Method

Raises the AnnotationImported event.

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void OnAnnotationImported(
	AnnotationDataImportEventArgs e
)

Parameters

e
Type: Atalasoft.Annotate.ImportersAnnotationDataImportEventArgs
The AnnotationDataImportEventArgs for this event.
Remarks
This event is raised after an annotation has been imported.
See Also