Summary of Using Events

Let's summarize the concepts we learned in the “Building a Kanban Board Using Events” chapter.

We'll cover the following

Wrap up!

We should now be able to handle events in our Blazor WebAssembly app. Also, we should be comfortable with using attribute splatting and arbitrary parameters.

In this chapter, we introduced event handling, attribute splatting, and arbitrary parameters. After that, we used the Empty Blazor WebAssembly App project template to create a new project. We added a Dropzone component to the application and used it to create a Kanban board. Finally, we added the ability to add tasks to the Kanban board while demonstrating both attribute splatting and arbitrary parameters.

Now that we know how to handle different types of events in Blazor WebAssembly app, we can create more responsive applications. And, since we can use a dictionary to pass both explicitly declared attributes and implicit attributes to a component, we can create components faster since we do not need to explicitly define each parameter.

Get hands-on with 1200+ tech skills courses.