Interface IKeyDownObserver
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents an observer that observes and responds to key down events.
public interface IKeyDownObserver
- Extension Methods
Methods
NotifyOnKeyDownAsync(KeyboardEventArgs)
Notifies the observer of a key down event.
Task NotifyOnKeyDownAsync(KeyboardEventArgs args)
Parameters
args
KeyboardEventArgsThe keyboard event arguments associated with the key down event.
Returns
- Task
A task that represents the asynchronous operation.