Intersoft WebGrid Documentation
OldValue Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCell Class : OldValue Property






Represents the cell value before the cell is modified.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets the old value of this cell.")>
Public ReadOnly Property OldValue As Object
Visual Basic (Usage)Copy Code
Dim instance As WebGridCell
Dim value As Object
 
value = instance.OldValue
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the old value of this cell.")]
public object OldValue {get;}
Delphi 
public read-only property OldValue: TObject; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
DescriptionAttribute("Gets the old value of this cell.")
public function get OldValue : Object
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the old value of this cell.")]
public: __property Object* get_OldValue();
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the old value of this cell.")]
public:
property Object^ OldValue {
   Object^ get();
}

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.