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