Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / EventDefined Property


In This Topic
    EventDefined Property (IScreen)
    In This Topic
    Returns the event ID number of the last event defined using DefineEvent or the event index number of the last event defined using OnEvent.
    Syntax
    'Declaration
     
    
    ReadOnly Property EventDefined As Integer
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Integer
     
    value = instance.EventDefined
    int EventDefined {get;}
    See Also