Intersoft WebGrid Documentation
DataChanged Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : DataChanged Property






Returns whether row's data has been changed.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Returns whether row's data has been changed.")>
<DefaultValueAttribute()>
Public Property DataChanged As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As Boolean
 
instance.DataChanged = value
 
value = instance.DataChanged
C# 
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Returns whether row's data has been changed.")]
[DefaultValueAttribute()]
public bool DataChanged {get; set;}
Delphi 
public read-write property DataChanged: Boolean; 
JScript 
BrowsableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Returns whether row's data has been changed.")
DefaultValueAttribute()
public function get,set DataChanged : boolean
Managed Extensions for C++ 
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Returns whether row's data has been changed.")]
[DefaultValueAttribute()]
public: __property bool get_DataChanged();
public: __property void set_DataChanged( 
   bool value
);
C++/CLI 
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Returns whether row's data has been changed.")]
[DefaultValueAttribute()]
public:
property bool DataChanged {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.