InfoConnect for Airlines
CursorInNewField Event (IUtsScreen)


Occurs when the cursor moves into a different field.
Syntax
'Declaration
 
Event CursorInNewField As CursorInNewFieldEventHandler
'Usage
 
Dim instance As IUtsScreen
Dim handler As CursorInNewFieldEventHandler
 
AddHandler instance.CursorInNewField, handler
event CursorInNewFieldEventHandler CursorInNewField
Event Data

The event handler receives an argument of type CursorInNewFieldEventArgs containing data related to this event. The following CursorInNewFieldEventArgs properties provide information specific to this event.

PropertyDescription
ColumnGets the cursor column location.  
RowGets the cursor row location.  
See Also