Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / EditorCheckBox Class / IsCheckedChanged Property

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