InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / CursorInNewField Event


In This Topic
    CursorInNewField Event (IIbmScreen)
    In This Topic
    Occurs when the cursor moves into a different field.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly")>
    Event CursorInNewField As CursorInNewFieldEventHandler
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim handler As CursorInNewFieldEventHandler
     
    AddHandler instance.CursorInNewField, handler
    [SuppressMessage("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly")]
    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