Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / BeforeSendKeysEventArgs Class
Members


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

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

See Also