'DeclarationPublic ReadOnly Property Key As String
'UsageDim instance As AfterSendKeysEventArgs Dim value As String value = instance.Key
public string Key {get;}
'DeclarationPublic ReadOnly Property Key As String
'UsageDim instance As AfterSendKeysEventArgs Dim value As String value = instance.Key
public string Key {get;}
AfterSendKeysEventArgs args ;
string strKey = args.Key;