Click or drag to resize

AnnotationEventHandler Delegate

This delegate is used for various events that apply to an annotation.

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

Parameters

sender
Type: System.Object
The object sending the event.
e
Type: Atalasoft.Annotate.AnnotationEventArgs
An AnnotationEventArgs containing the annotation for the event.
See Also