This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelEditEvents Interface > IParcelEditEvents.OnGridCellEdit Method (ArcObjects .NET 10.5 SDK) |
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 );