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






state

Syntax

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

Parameters

state

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.