Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1CheckBox Class / IsCheckedChanged Property

In This Topic
    IsCheckedChanged Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property IsCheckedChanged As EventCallback(Of Nullable(Of Boolean))
    public EventCallback<Nullable<bool>> IsCheckedChanged {get; set;}
    See Also