<SfButton @onclick="DoSomething">Update</SfButton>
public async Task DoSomething(Microsoft.AspNetCore.Components.Web.MouseEventArgs args)
{
}
<SfButton @onclick="DoSomething">Update</SfButton>
public async Task DoSomething(Microsoft.AspNetCore.Components.Web.MouseEventArgs args)
{
}
Comments