AnnotationUndo Properties |
The AnnotationUndo type exposes the following members.
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. |