ArcObjects Library Reference (CadastralUI)  

IParcelEditEvents.OnGridCellEdit Method

Fired after a cell is modified by the user and before the value is interpreted by the grid.

[Visual Basic .NET]
Public Function OnGridCellEdit ( _
    ByVal Row As Integer, _
    ByVal Column As Integer, _
    ByVal inValue As Object _
) As Object
[C#]
public object OnGridCellEdit (
    int Row,
    int Column,
    object inValue
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelEditEvents Interface