AnnotationUndo Class |
Namespace: Atalasoft.Annotate.UI
The AnnotationUndo type exposes the following members.
Name | Description | |
---|---|---|
AnnotationUndo(Object, UndoChange, String) | Creates a new instance of AnnotationUndo specifying the object being modified and the
type of change being performed. | |
AnnotationUndo(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. | |
AnnotationUndo(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. | |
AnnotationUndo(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. | |
AnnotationUndo(Object, String, Object, String, Object, String) | Creates a new instance of AnnotationUndo for methods. |
Name | Description | |
---|---|---|
Change | Gets the type of undo change being performed. | |
Description | Gets the description of the undo. | |
Index | Gets the index of the item. | |
Item | Gets the object that was changed. | |
PropertyName | Gets the name of the property that was changed. | |
RedoMethodName | Gets the name of the method called when performing a redo. | |
RedoMethodParameters | Gets an object array containing the parameters used by the Redo
method. | |
UndoMethodName | Gets the name of the method that will be called when an undo is performed. | |
UndoMethodParameters | Gets an object array of parameters sent to the Undo method. | |
Value | Gets the value of the object or property. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |