KeyPressed Property
KeyPressed
Gets or sets the callback called when a key is pressed.
Declaration
[Parameter]
public EventCallback<KeyboardEventArgs> KeyPressed { get; set; }
<Parameter>
Public Property KeyPressed As EventCallback(Of KeyboardEventArgs)