InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / AfterSendKeysEventArgs Class / Key Property
Example


In This Topic
    Key Property (AfterSendKeysEventArgs)
    In This Topic
    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