RadGrid for ASP.NET

RadGrid Send comments on this topic.
EventInfo Property
See Also 
Telerik.WebControls Namespace > GridItemEventArgs Class : EventInfo Property


Event info object. Cast to derrived classes to obtain the appropriate instance   

 

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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property EventInfo As GridItemEventInfo
Visual Basic (Usage)Copy Code
Dim instance As GridItemEventArgs
Dim value As GridItemEventInfo
 
value = instance.EventInfo
C# 
public GridItemEventInfo EventInfo {get;}

Requirements

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

See Also