Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soenneker/soenneker.blazor.utils.eventlisteninginterop

A base type for use with Blazor interops that need to listen for events.
https://github.com/soenneker/soenneker.blazor.utils.eventlisteninginterop

blazor csharp dotnet event eventlisteninginterop interop invoke javascript listening util utils

Last synced: about 12 hours ago
JSON representation

A base type for use with Blazor interops that need to listen for events.

Awesome Lists containing this project

README

        

[![](https://img.shields.io/nuget/v/soenneker.blazor.utils.eventlisteninginterop.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.blazor.utils.eventlisteninginterop/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.blazor.utils.eventlisteninginterop/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.blazor.utils.eventlisteninginterop/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.blazor.utils.eventlisteninginterop.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.blazor.utils.eventlisteninginterop/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Blazor.Utils.EventListeningInterop
### A base type for use with Blazor interops that need to listen for events.

## Installation

```
dotnet add package Soenneker.Blazor.Utils.EventListeningInterop
```