Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / KeyEventArgs Class / Key Property


In This Topic
    Key Property (KeyEventArgs)
    In This Topic
    Gets the key identifier.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Key As String
    'Usage
     
    
    Dim instance As KeyEventArgs
    Dim value As String
     
    value = instance.Key
    public string Key {get;}
    See Also