CursorInNewFieldEventHandler Event
In This Topic
The event occurs when the cursor moves into a different field.
Syntax
Public Delegate Sub CursorInNewFieldEventHandler( _
ByVal As Object, _
ByVal As Integer, _
ByVal column As Integer _
)
Parameters
- sender
- The source of the event.
- row
- Cursor row location.
- column
- Cursor column location.
See Also