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


In This Topic
    EventType Property (RwinDefinedEventArgs)
    In This Topic
    Get the event type being defined.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EventType As DefinedEventType
    'Usage
     
    
    Dim instance As RwinDefinedEventArgs
    Dim value As DefinedEventType
     
    value = instance.EventType
    public DefinedEventType EventType {get;}
    See Also