InfoConnect for Unisys
ControlKeySendingEventArgs Class
Members 


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

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

See Also