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


In This Topic
    ControlKeySentEventArgs Class
    In This Topic
    Contains data related to the controlkeysent event. Defines properties to get the key code, row position, and column position.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class ControlKeySentEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As ControlKeySentEventArgs
    [Serializable()]
    public class ControlKeySentEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Attachmate.Reflection.Emulation.OpenSystems.ControlKeySentEventArgs

    See Also