RadGrid for ASP.NET

RadGrid Send comments on this topic.
ItemUpdated Event
See Also 
Telerik.WebControls Namespace > RadGrid Class : ItemUpdated Event


Fires when a grid item has been updated.  
 

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Event ItemUpdated() As GridUpdatedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim handler As GridUpdatedEventHandler
 
AddHandler instance.ItemUpdated, handler
C# 
public event GridUpdatedEventHandler ItemUpdated()
 

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also