C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1MaskedTextBox Class / KeyPressed Property

In This Topic
KeyPressed Property (C1MaskedTextBox)
In This Topic
Gets or sets the callback called when a key is pressed.
Syntax
'Declaration
 
Public Property KeyPressed As EventCallback(Of KeyboardEventArgs)
 
See Also