Interface IEventListenerFactory
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Factory interface for creating instances of IEventListener.
public interface IEventListenerFactory
- Extension Methods
Methods
Create()
Creates a new instance of IEventListener.
IEventListener Create()
Returns
- IEventListener
A new instance of IEventListener.
Remarks
If you are creating this IEventListener instance yourself using this factory, then you need to manually call DisposeAsync(); otherwise, you will get a memory leak.