Blazor already supported custom events. With .NET 6, Blazor ads support for custom event arguments and JavaScript initializers. By using these new Blazor functionalities, you can make this a really seamless experience for your component consumers. Let me show you how...