Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / CursorInNewField Event


CursorInNewField Event
Occurs when the cursor moves into a different field.
Syntax
'Declaration
 
Event CursorInNewField As CursorInNewFieldEventHandler
 
'Usage
 
Dim instance As IIbmScreen
Dim handler As CursorInNewFieldEventHandler
 
AddHandler instance.CursorInNewField, handler
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
Gets the cursor column location.  
Gets the cursor row location.  
See Also