Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ToggleButton Class / IsCheckedChanged Property

In This Topic
    IsCheckedChanged Property (C1ToggleButton)
    In This Topic
    Gets or sets the callback called then it is checked.
    Syntax
    'Declaration
     
    
    Public Property IsCheckedChanged As EventCallback(Of Nullable(Of Boolean))
    public EventCallback<Nullable<bool>> IsCheckedChanged {get; set;}
    See Also