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
);