Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ScrollViewer Class / KeyDown Property

In This Topic
    KeyDown Property
    In This Topic
    Gets or sets the callback that is called when a key is pressed.
    Syntax
    'Declaration
     
    
    Public Property KeyDown As Action(Of KeyboardEventArgs)
    public Action<KeyboardEventArgs> KeyDown {get; set;}
    See Also