BCGControlBar Library for .NET
PropertyWasChanged Property




Indicates that some property of row was changed.
Syntax
'Declaration
 
Public Property PropertyWasChanged As Boolean
'Usage
 
Dim instance As GridDataRow
Dim value As Boolean
 
instance.PropertyWasChanged = value
 
value = instance.PropertyWasChanged
public bool PropertyWasChanged {get; set;}
public: __property bool get_PropertyWasChanged();
public: __property void set_PropertyWasChanged( 
   bool value
);
public:
property bool PropertyWasChanged {
   bool get();
   void set (    bool value);
}
Remarks
Used for editable grids to save modified rows only.
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

GridDataRow Class
GridDataRow Members

Send Feedback