Intersoft WebGrid Documentation
OnRowChanged Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : OnRowChanged Method






keyValue
row
table
Invoked when a row is changed by the user at runtime.

Syntax

Visual Basic (Declaration) 
Public Overridable Function OnRowChanged( _
   ByVal keyValue As String, _
   ByVal row As WebGridRow, _
   ByVal table As WebGridTable _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim keyValue As String
Dim row As WebGridRow
Dim table As WebGridTable
Dim value As Boolean
 
value = instance.OnRowChanged(keyValue, row, table)
C# 
public virtual bool OnRowChanged( 
   string keyValue,
   WebGridRow row,
   WebGridTable table
)
Delphi 
public function OnRowChanged( 
    keyValue: String;
    row: WebGridRow;
    table: WebGridTable
): Boolean; virtual; 
JScript 
public function OnRowChanged( 
   keyValue : String,
   row : WebGridRow,
   table : WebGridTable
) : boolean;
Managed Extensions for C++ 
public: virtual bool OnRowChanged( 
   string* keyValue,
   WebGridRow* row,
   WebGridTable* table
) 
C++/CLI 
public:
virtual bool OnRowChanged( 
   String^ keyValue,
   WebGridRow^ row,
   WebGridTable^ table
) 

Parameters

keyValue
row
table

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.