Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / EventDefined Property


In This Topic
    EventDefined Property (IIbmScreen)
    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 IIbmScreen
    Dim value As Integer
     
    value = instance.EventDefined
    int EventDefined {get;}
    See Also