InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / KeysSendingEventArgs Class
Members


In This Topic
    KeysSendingEventArgs Class
    In This Topic
    Contains the Keys and Cancel properties that allow the event handler to cancel the send key action or modify the key value before the key is sent to the host.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class KeysSendingEventArgs 
       Inherits Attachmate.Reflection.CancelableEventArgs
    'Usage
     
    
    Dim instance As KeysSendingEventArgs
    [Serializable()]
    public class KeysSendingEventArgs : Attachmate.Reflection.CancelableEventArgs 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Attachmate.Reflection.CancelableEventArgs
             Attachmate.Reflection.Emulation.OpenSystems.KeysSendingEventArgs

    See Also