Method Create
Create<THandler>(IJsPoeBlazorUtils, ElementReference, THandler, string)
Declaration
public static ValueTask<ElementKeyboardHookRef> Create<THandler>(IJsPoeBlazorUtils blazorUtils, ElementReference elementRef, THandler handler, string methodName) where THandler : class
Parameters
Type | Name | Description |
---|---|---|
IJsPoeBlazorUtils | blazorUtils | |
ElementReference | elementRef | |
THandler | handler | |
string | methodName |
Returns
Type | Description |
---|---|
ValueTask<ElementKeyboardHookRef> |
Type Parameters
Name | Description |
---|---|
THandler |