InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / BeforeSendKeysEventArgs Class
Members


In This Topic
    BeforeSendKeysEventArgs Class
    In This Topic
    Contains the Cancel and Key properties that allow the event handler to cancel the action or modify the key value before the key is sent to the host.
    Syntax
    'Declaration
     
    
    Public Class BeforeSendKeysEventArgs 
       Inherits System.MarshalByRefObject
    'Usage
     
    
    Dim instance As BeforeSendKeysEventArgs
    public class BeforeSendKeysEventArgs : System.MarshalByRefObject 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Attachmate.Reflection.Emulation.IbmHosts.BeforeSendKeysEventArgs

    See Also