Further reading
The following resources provide more information concerning the topics covered in this chapter:
- For more information on ASP.NET Core Blazor event handling, refer to https://docs.microsoft.com/en-us/aspnet/core/blazor/components/event-handling.
- For more information on Document Object Model (DOM) events, refer to https://developer.mozilla.org/en-US/docs/Web/Events.
- For more information on the
DragEventArgs
class, refer to https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.web.drageventargs.