Click or drag to resize

AnnotationPropertyChangingEventHandler Delegate

This delegate is used for the PropertyChanging 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 AnnotationPropertyChangingEventHandler(
	Object sender,
	AnnotationPropertyChangingEventArgs e
)

Parameters

sender
Type: SystemObject
The object sending the event.
e
Type: Atalasoft.AnnotateAnnotationPropertyChangingEventArgs
An AnnotationPropertyChangingEventArgs containing information about this event.
See Also