The Blazor RepeatButton represents a button widget derived from the Blazor Button. However, Blazor RepeatButton give you control over when and how the 'click' event occurs. The Blazor RepeatButton raises the 'click' event repeatedly from the time it is pressed until it is released.
Loading...