Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / KeyPressed Property

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