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


In This Topic
    RwinDefinedEventArgs Class
    In This Topic
    This event is triggered when an event defined by the DefineEvent method occurs. Events defined in this way remain defined as long as your Reflection session lasts, or until they are removed using the RemoveEvent.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class RwinDefinedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As RwinDefinedEventArgs
    [Serializable()]
    public class RwinDefinedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Attachmate.Reflection.Emulation.IbmHosts.RwinDefinedEventArgs

    See Also