ArcObjects Library Reference (GeoDatabaseUI)  

ITableViewEvents.OnCellMove Event

This event is fired when the user changes cell location.

[Visual Basic 6.0]
Event OnCellMove(
    ByVal pRow As IRow, _
    ByVal fieldPos As Long _
)
[Visual Basic .NET]
Public Event OnCellMove As OnCellMoveEventHandler
[C#]
public event OnCellMoveEventHandler OnCellMove

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewEvents Interface