Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147623 | Sep 17,2019 08:07 PM UTC | Sep 19,2019 02:40 PM UTC | Blazor | 3 |
![]() |
Tags: Checkbox |
@using Syncfusion.EJ2.Blazor.Buttons
<EjsCheckBox Label="Change" @onchange="onChange"></EjsCheckBox>
@code {
private void onChange(Microsoft.AspNetCore.Components.ChangeEventArgs args)
{
//onChange Event triggered
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.