Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / RwinDefinedEvent Event


In This Topic
    RwinDefinedEvent Event (IScreen)
    In This Topic
    This event is triggered when an event defined by the DefineEvent method occurs. Events defined in this way remain defined as long as your Reflection session lasts, or until they are removed using the RemoveEvent.
    Syntax
    'Declaration
     
    
    Event RwinDefinedEvent As RwinDefinedEventHandler
    'Usage
     
    
    Dim instance As IScreen
    Dim handler As RwinDefinedEventHandler
     
    AddHandler instance.RwinDefinedEvent, handler
    event RwinDefinedEventHandler RwinDefinedEvent
    Event Data

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

    PropertyDescription
    Gets the column location.  
     
     
    Gets the row location.  
     
    See Also