Per this documentation: https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.web.eventhandlers
There are event handlers for copying text, on copy and onbeforecopy. It appears to work similarly to onclick and the like. However I cannot find a single example of their use, nor can I make them work.
How do I use them?