Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > AfterSendKeysEventArgs Class : Key Property |
'Declaration
Public ReadOnly Property Key As String
'Usage
Dim instance As AfterSendKeysEventArgs Dim value As String value = instance.Key
public string Key {get;}
AfterSendKeysEventArgs args ;
string strKey = args.Key;