This document is archived and information here might be outdated.  Recommended version.


OnGridCellEditEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnGridCellEditEventHandler Delegate

Represents the method that handles the OnGridCellEdit event.
[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
);