Intersoft WebGrid Documentation
GetChanges() Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class > GetChanges Method : GetChanges() Method






Syntax

Visual Basic (Declaration) 
Public Overloads Function GetChanges() As List(Of WebGridRowChanges)
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As List(Of WebGridRowChanges)
 
value = instance.GetChanges()
C# 
public List<WebGridRowChanges> GetChanges()
Delphi 
public function GetChanges(): List; 
JScript 
public function GetChanges() : List;
Managed Extensions for C++ 
public: List<WebGridRowChanges*>* GetChanges(); 
C++/CLI 
public:
List<WebGridRowChanges^>^ GetChanges(); 

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.