Click or drag to resize

AnnotationPropertyChangedEventArgs Constructor

Creates a new instance of AnnotationPropertyChangedEventArgs.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationPropertyChangedEventArgs(
	string propertyName,
	Object oldValue,
	Object newValue
)

Parameters

propertyName
Type: SystemString
The name of the property that has been changed.
oldValue
Type: SystemObject
The previous value of the property.
newValue
Type: SystemObject
The new value of the property.
See Also