Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.blazor.utils.eventlisteninginterop
- Owner: soenneker
- License: mit
- Created: 2024-01-13T15:36:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:23:40.000Z (8 months ago)
- Last Synced: 2024-05-22T16:31:00.339Z (8 months ago)
- Topics: blazor, csharp, dotnet, event, eventlisteninginterop, interop, invoke, javascript, listening, util, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```