InfoConnect for Airlines
Key Property (AfterSendKeysEventArgs)
Example 


Gets the keys that have been sent.
Syntax
'Declaration
 
Public ReadOnly Property Key As String
'Usage
 
Dim instance As AfterSendKeysEventArgs
Dim value As String
 
value = instance.Key
public string Key {get;}
Example
AfterSendKeysEventArgs args ;
string strKey = args.Key;
See Also