Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / KeysSendingEventArgs Class
Members


KeysSendingEventArgs Class
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
Inheritance Hierarchy

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

See Also