BCGControlBar Library for .NET
IsModified Method




Specifies if the PropertyList item was modified. Returns true, if its value was changed, but not committed or its original value is a null reference or it is always modified.
Syntax
'Declaration
 
Public Overridable Function IsModified() As Boolean
'Usage
 
Dim instance As PropertyListItem
Dim value As Boolean
 
value = instance.IsModified()
public virtual bool IsModified()
public: virtual bool IsModified(); 
public:
virtual bool IsModified(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyListItem Class
PropertyListItem Members

Send Feedback