[This is preliminary documentation and is subject to change.]
Gets value indicationg if
Item was changed (set to another value)
Namespace: Tools.CollectionsT.GenericTAssembly: 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 ();
} |
| JScript |
|---|
function get Changed () : boolean
|
Return Value
True whan
Item was changed (set to another value)
See Also
Version History