C-DEngine 5.105

cdeP..::..HasChanged Property

Returns true if theproperty has changed during the last SetProperty. If false, the last SetProperty tried to write the same value

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool HasChanged { get; }
Public ReadOnly Property HasChanged As Boolean
	Get
public:
property bool^ HasChanged {
	bool^ get ();
}