Click or drag to resize

AnnotationPropertyChangedEventHandler Delegate

This delegate is used for the PropertyChanged 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 AnnotationPropertyChangedEventHandler(
	Object sender,
	AnnotationPropertyChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that is affected.
e
Type: Atalasoft.AnnotateAnnotationPropertyChangedEventArgs
An AnnotationPropertyChangedEventArgs containing information for the property change.
See Also