Click or drag to resize
IConfigElementhasBeenModified Method
Return
true
if this instance has been modified. The instance is considered to have been modified if a change was made that affects the persistent representation since: The instance was constructed from an XML representation.
resetModified()
was last called

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool hasBeenModified()

Return Value

Type: Boolean
true if this instance has been modified.
See Also