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

In This Topic
    IsCheckedChanged Property (EditorCheckBox)
    In This Topic
    Gets or sets the callback called when the IsChecked property has changed.
    Syntax
    'Declaration
     
    
    Public Property IsCheckedChanged As EventCallback(Of Nullable(Of Boolean))
    public EventCallback<Nullable<bool>> IsCheckedChanged {get; set;}
    See Also