Intersoft WebGrid Documentation
PendingChanges Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > BatchUpdateEventArgs Class : PendingChanges Property






Gets or sets the pending changes of the batch update event.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PendingChanges As List(Of WebGridRowChanges)
Visual Basic (Usage)Copy Code
Dim instance As BatchUpdateEventArgs
Dim value As List(Of WebGridRowChanges)
 
value = instance.PendingChanges
C# 
public List<WebGridRowChanges> PendingChanges {get;}
Delphi 
public read-only property PendingChanges: List; 
JScript 
public function get PendingChanges : List
Managed Extensions for C++ 
public: __property List<WebGridRowChanges*>* get_PendingChanges();
C++/CLI 
public:
property List<WebGridRowChanges^>^ PendingChanges {
   List<WebGridRowChanges^>^ 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.