InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / CursorInNewField Event


In This Topic
    CursorInNewField Event (IT27Screen)
    In This Topic
    Occurs when the cursor moves into a different field.
    Syntax
    'Declaration
     
    
    Event CursorInNewField As CursorInNewFieldEventHandler
    'Usage
     
    
    Dim instance As IT27Screen
    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
    Gets the cursor column location.  
    Gets the cursor row location.  
    See Also