InfoConnect for Airlines
BeforeSendKeysEventArgs Class
Members 


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
public class BeforeSendKeysEventArgs : System.MarshalByRefObject 
Inheritance Hierarchy

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

See Also