ModificationHistory Class Methods
| JsPropertiesExtractor | Send comments on this topic. |
| ModificationHistory Class Methods | |
| See Also | |
|
|
| vdWebLibrary Namespace : ModificationHistory Class |
For a list of all members of this type, see ModificationHistory members.
| Name | Description | |
|---|---|---|
| Clear | Clear the undo and redo stack. | |
| group_end | End a Group of property changes. | |
| group_start | Begin a Group of property changes. | |
| redo | Redones the last item stored in the redo list.If a start group item is last then redones all items of the group. | |
| store | This method would be called by the parent object in order to store the value of a property before it changes. | |
| undo | Undones the last item stored in the undo list.If an end group item is last then undones all items of the group. |