Back to Practical Aspnetcore

How to raise event from HTML Custom Element

projects/blazor-wasm/ComponentTwentyTwo/README.md

latest274 B
Original Source

How to raise event from HTML Custom Element

This is a sample on how to raise an event a HTML Custom Element created using Blazor WebAssembly.

This technique I learned from Tomasz Pęczek.