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


In This Topic
    EventType Property (RwinDefinedEventArgs)
    In This Topic
    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