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


In This Topic
    Command Property
    In This Topic
    Gets a value indicating whether command key is pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Command As Boolean
    'Usage
     
    
    Dim instance As KeyEventArgs
    Dim value As Boolean
     
    value = instance.Command
    public bool Command {get;}
    See Also