Click or drag to resize

AnnotationSizeChangedEventHandler Delegate

This delegate is used for the SizeChanged event.

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 AnnotationSizeChangedEventHandler(
	Object sender,
	AnnotationSizeChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The annotation sending the event.
e
Type: Atalasoft.AnnotateAnnotationSizeChangedEventArgs
An AnnotationSizeChangedEventArgs containing information about this event.
See Also