New to Telerik UI for Blazor? Start a free 30-day trial
Button Events
Updated on Aug 5, 2025
This article explains the events available in the Telerik Button for Blazor:
OnClick
The OnClick
event fires when the user clicks or taps the button.
It receives argument of type MouseEventArgs.
Handle the button click
Change Theme
Theme
Loading ...
The event is an
EventCallback
. It can be synchronous and returnvoid
, or asynchronous and returnasync Task
. Do not useasync void
.