Method AddHistory
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
AddHistory(string, object)
Adds To the Undo History a new Record.
public void AddHistory(string propertyName, object Value)
Parameters
propertyNamestringThe name of the property that will be added to the Undo list.
ValueobjectThe new value of the property.
Remarks
This should be called just before a property of an object is changed.