Click or drag to resize

AnnotationControllerNotificationEventArgsUndo Property

Gets the AnnotationUndo to store into the AnnotationUndoManager.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationUndo Undo { get; }

Property Value

Type: AnnotationUndo
The undo for this operation.
Remarks
This property is only checked by the AnnotationController in the PropertyChanging event.
See Also