%%PageItemTitle%% $$Methods$$

VectorDraw Web Library

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.

Public Methods

 NameDescription
Public MethodClear Clear the undo and redo stack.  
Public Methodgroup_end End a Group of property changes.  
Public Methodgroup_start Begin a Group of property changes.  
Public Methodredo Redones the last item stored in the redo list.If a start group item is last then redones all items of the group.  
Public Methodstore This method would be called by the parent object in order to store the value of a property before it changes.  
Public Methodundo Undones the last item stored in the undo list.If an end group item is last then undones all items of the group.  
Top

See Also