[This is preliminary documentation and is subject to change.]

Gets value indicationg if Item was changed (set to another value)

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool Changed { get; }
Visual Basic
Public ReadOnly Property Changed As Boolean
	Get
Visual C++
public:
property bool Changed {
	bool get ();
}
F#
member Changed : bool
JScript
function get Changed () : boolean

Return Value

True whan Item was changed (set to another value)

See Also

Collapse/expand Version History

1.5.2

  • Property added