Click or drag to resize

AnnotationUndo Constructor (Object, String, Object, String)

Creates a new instance of AnnotationUndo specifying the object being changed, name of the property being changed, the current value of the property and a description of the undo.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationUndo(
	Object item,
	string propertyName,
	Object value,
	string description
)

Parameters

item
Type: SystemObject
The object being changed.
propertyName
Type: SystemString
The name of the property being changed.
value
Type: SystemObject
The current value of the property.
description
Type: SystemString
A short string describing the undo.
See Also