%%PageItemTitle%% $$Members$$

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
ModificationHistory Class Members
See Also  Properties  Methods 
vdWebLibrary Namespace : ModificationHistory Class

The following tables list the members exposed by ModificationHistory.

Public Properties

 NameDescription
Public PropertyUndoStack Returns the array of the undo records.  
Top

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