This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Delegate Sub OnCellMoveEventHandler ( _ ByVal pRow As IRow, _ ByVal fieldPos As Integer _ )
[C#] public delegate void OnCellMoveEventHandler ( IRow pRow, int fieldPos );