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


In This Topic
    DefineEventList Property
    In This Topic
    Gets the event numbers of all of the events currently defined in the system.
    Syntax
    'Declaration
     
    
    ReadOnly Property DefineEventList As Integer()
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value() As Integer
     
    value = instance.DefineEventList
    int[] DefineEventList {get;}

    Property Value

    An array that contains the event numbers of all of the events currently defined in the system.
    See Also