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


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

OnCellMoveEventHandler Delegate

Represents the method that handles the OnCellMove event.
[Visual Basic .NET]
Public Delegate Sub OnCellMoveEventHandler ( _
    ByVal pRow As IRow, _
    ByVal fieldPos As Integer _
)
[C#]
public delegate void OnCellMoveEventHandler (
    IRow pRow,
    int fieldPos
);