Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

8d68aa2a 561c 210b 19e2 46b0a3185c63

haplokuon edited this page May 6, 2023 · 1 revision

OldValue Property

netDxf 3.0.0 Library

Gets the previous property value.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public T OldValue { get; }

VB

Public ReadOnly Property OldValue As T
	Get

C++

public:
property T OldValue {
	T get ();
}

F#

member OldValue : 'T with get

Property Value

T

See Also

Reference

TableObjectChangedEventArgs(T) Class
netDxf.Tables Namespace

Clone this wiki locally