Click or drag to resize

AnnotationUndo Constructor

Constructs an AnnotationUndo.
Overload List
  NameDescription
Public methodAnnotationUndo(Object, UndoChange, String)
Creates a new instance of AnnotationUndo specifying the object being modified and the type of change being performed.
Public methodAnnotationUndo(Object, Object, UndoChange, String)
Creates a new instance of AnnotationUndo specifying the object being changed, the current value of the object and the type of change being performed.
Public methodAnnotationUndo(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.
Public methodAnnotationUndo(Object, Object, Int32, UndoChange, String)
Creates a new instance of AnnotationUndo specifying the object being changed, the current value of the object and the type of change being performed.
Public methodAnnotationUndo(Object, String, Object, String, Object, String)
Creates a new instance of AnnotationUndo for methods.
Top
See Also