Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / CursorInNewFieldEventHandler Event
The source of the event.
Cursor row location.
Cursor column location.
In This Topic
CursorInNewFieldEventHandler Event
In This Topic
The event occurs when the cursor moves into a different field.
Syntax
Public Delegate Sub CursorInNewFieldEventHandler( _
   ByVal sender As Object, _
   ByVal row As Integer, _
   ByVal column As Integer _
) 

Parameters

sender
The source of the event.
row
Cursor row location.
column
Cursor column location.
See Also