Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / RwinDefinedEventArgs Class / EventNumber Property


In This Topic
    EventNumber Property (RwinDefinedEventArgs)
    In This Topic
    Gets the EventNumber, the integer value used as an identifier for this event. If the value is set to 0, a value is automatically assigned.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EventNumber As Integer
    'Usage
     
    
    Dim instance As RwinDefinedEventArgs
    Dim value As Integer
     
    value = instance.EventNumber
    public int EventNumber {get;}
    See Also