Table of Contents

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

propertyName string

The name of the property that will be added to the Undo list.

Value object

The new value of the property.

Remarks

This should be called just before a property of an object is changed.