|  | This document is archived and information here might be outdated. Recommended version. | 
[Visual Basic .NET]
Public Delegate Function OnGridCellEditEventHandler ( _
    ByVal Row As Integer, _
    ByVal Column As Integer, _
    ByVal inValue As Object _
) As Object
[C#]
public delegate object OnGridCellEditEventHandler (
    int Row,
    int Column,
    object inValue
);