OldValues

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public Hashtable OldValues { get; }
Visual Basic
Public ReadOnly Property OldValues As Hashtable
	Get
Visual C++
public:
property Hashtable^ OldValues {
	Hashtable^ get ();
}

See Also