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


In This Topic
    Char Property
    In This Topic
    Gets the char associated with the key that originated this event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Char As Char
    'Usage
     
    
    Dim instance As KeyEventArgs
    Dim value As Char
     
    value = instance.Char
    public char Char {get;}
    See Also